zio.prelude.ZNonEmptySetSyntax
Returns an element
Returns an element of this NonEmptyMultiSet
and the remainder, which is a (possibly empty) MultiSet
.
Returns an element of this NonEmptyMultiSet
and the remainder or None
, if the remainder is empty.
Returns the tail of this NonEmptyMultiSet
as a (possibly empty) MultiSet
.
Returns the tail of this NonEmptyMultiSet
if it exists or None
otherwise.