fromNullableWith<A> function
A fromNullable variant that enforces the input type. Useful for function composition.
Implementation
TaskOption<A> Function(A? value) fromNullableWith<A>() => fromNullable;
A fromNullable variant that enforces the input type. Useful for function composition.
TaskOption<A> Function(A? value) fromNullableWith<A>() => fromNullable;