transform abstract method

T transform(
  1. dynamic fn(
    1. GuardContext<ErrorReporter> ctx,
    2. PropertyContext field
    )
)

Implementation

T transform(Function(GuardContext ctx, PropertyContext field) fn);