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
callWith1<R, U>(R fn<A>(U), [U? value]) → R
callWith2<R, U>(R fn<A, B>(U), [U? value]) → R
callWith3<R, U>(R fn<A, B, C>(U), [U? value]) → R