Packages

c

zio.prelude.ZSetSyntax

ZSetMultiSetOps

implicit final class ZSetMultiSetOps[+A] extends AnyRef

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ZSetMultiSetOps
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new ZSetMultiSetOps(self: MultiSet[A])

Value Members

  1. def head: Option[A]

    Returns an element or None if empty

  2. def peel: Option[(A, MultiSet[A])]

    Returns an element of this MultiSet and the remainder, which is a (possibly empty) MultiSet, or None if empty.

  3. def tail: Option[MultiSet[A]]

    Returns the tail of this MultiSet if it exists or None otherwise.