MapFlowInClassFn ()
- MapFlowInClassFn<R>(f1): Opt<R>
Returns Opt<R>
- MapFlowInClassFn<A1, R>(f1, f2): Opt<R>
Parameters
f1: ((_) => A1)
f2: ((_) => R)
Returns Opt<R>
- MapFlowInClassFn<A1, A2, R>(f1, f2, f3): Opt<R>
Parameters
f1: ((_) => A1)
f2: ((_) => A2)
f3: ((_) => R)
Returns Opt<R>
- MapFlowInClassFn<A1, A2, A3, R>(f1, f2, f3, f4): Opt<R>
Parameters
f1: ((_) => A1)
f2: ((_) => A2)
f3: ((_) => A3)
f4: ((_) => R)
Returns Opt<R>
- MapFlowInClassFn<A1, A2, A3, A4, R>(f1, f2, f3, f4, f5): Opt<R>
Parameters
f1: ((_) => A1)
f2: ((_) => A2)
f3: ((_) => A3)
f4: ((_) => A4)
f5: ((_) => R)
Returns Opt<R>
- MapFlowInClassFn<A1, A2, A3, A4, A5, R>(f1, f2, f3, f4, f5, f6): Opt<R>
Parameters
f1: ((_) => A1)
f2: ((_) => A2)
f3: ((_) => A3)
f4: ((_) => A4)
f5: ((_) => A5)
f6: ((_) => R)
Returns Opt<R>
- MapFlowInClassFn<A1, A2, A3, A4, A5, A6, R>(f1, f2, f3, f4, f5, f6, f7): Opt<R>
Parameters
f1: ((_) => A1)
f2: ((_) => A2)
f3: ((_) => A3)
f4: ((_) => A4)
f5: ((_) => A5)
f6: ((_) => A6)
f7: ((_) => R)
Returns Opt<R>
- MapFlowInClassFn<A1, A2, A3, A4, A5, A6, A7, R>(f1, f2, f3, f4, f5, f6, f7, f8): Opt<R>
Parameters
f1: ((_) => A1)
f2: ((_) => A2)
f3: ((_) => A3)
f4: ((_) => A4)
f5: ((_) => A5)
f6: ((_) => A6)
f7: ((_) => A7)
f8: ((_) => R)
Returns Opt<R>
- MapFlowInClassFn<A1, A2, A3, A4, A5, A6, A7, A8, R>(f1, f2, f3, f4, f5, f6, f7, f8, f9): Opt<R>
Parameters
f1: ((_) => A1)
f2: ((_) => A2)
f3: ((_) => A3)
f4: ((_) => A4)
f5: ((_) => A5)
f6: ((_) => A6)
f7: ((_) => A7)
f8: ((_) => A8)
f9: ((_) => R)
Returns Opt<R>
- MapFlowInClassFn<A1, A2, A3, A4, A5, A6, A7, A8, A9, R>(f1, f2, f3, f4, f5, f6, f7, f8, f9, f10): Opt<R>
Parameters
f1: ((_) => A1)
f2: ((_) => A2)
f3: ((_) => A3)
f4: ((_) => A4)
f5: ((_) => A5)
f6: ((_) => A6)
f7: ((_) => A7)
f8: ((_) => A8)
f9: ((_) => A9)
f10: ((_) => R)
Returns Opt<R>
Back to index