MappingContextCall<O extends MappingContext> extension
Utility methods to call a generic function with the type argument of the mapping context.
- on
-
- O
Methods
-
callWith<
R, U> (Function fn, U value) → R -
Available on O, provided by the MappingContextCall extension
-
callWith1<
R, U> (R fn< A>(U), [ U? value]) → R -
Available on O, provided by the MappingContextCall extension
-
callWith2<
R, U> (R fn< A, B>(U), [ U? value]) → R -
Available on O, provided by the MappingContextCall extension
-
callWith3<
R, U> (R fn< A, B, C>(U), [ U? value]) → R -
Available on O, provided by the MappingContextCall extension