Nullable9X<A, B, C, D, E, F, G, H, I, T> extension

Takes nullable versions of arguments and runs the computation if all of them are not null.

on
  • F9<A, B, C, D, E, F, G, H, I, T>

Methods

nullable(A? a, B? b, C? c, D? d, E? e, F? f, G? g, H? h, I? i) → T?
Takes nullable versions of arguments and runs the computation if all of them are not null.