MaybeNullableE<T extends Object> extension
- on
-
- Maybe<
T?>
- Maybe<
Methods
-
filterNonNullable(
) → Maybe< T> -
Available on Maybe<
In case theres a value, keep it only if it is notT?> , provided by the MaybeNullableE extensionnull
, otherwise return None. -
whereNotNull(
) → Maybe< T> -
Available on Maybe<
In case theres a value, keep it only if it is notT?> , provided by the MaybeNullableE extensionnull
, otherwise return None.