Nullable3X<A, B, C, T> extension

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

on
  • F3<A, B, C, T>

Methods

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