Nullable4X<A, B, C, D, T> extension

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

on
  • F4<A, B, C, D, T>

Methods

nullable(A? a, B? b, C? c, D? d) → T?
Takes nullable versions of arguments and runs the computation if all of them are not null.