ProblemTransformer

Describes a transformation that can be applied to a problem.

These transformers could be added to the Problems service to transform problems before they are reported.

Functions

Link copied to clipboard
abstract fun transform(problem: Problem): Problem
Transforms the given problem.