Nullable2X<A, B, T> extension

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

on
  • F2<A, B, T>

Methods

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