AvlSet

cats.collections.AvlSet
See theAvlSet companion class
object AvlSet extends AvlSetInstances

Attributes

Companion
class
Source
Set.scala
Graph
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Show all
Self type
AvlSet.type

Members list

Type members

Inherited types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Attributes

Inherited from:
Mirror
Source
Mirror.scala
type MirroredLabel <: String

The name of the type

The name of the type

Attributes

Inherited from:
Mirror
Source
Mirror.scala

Value members

Concrete methods

def apply[A : Order](as: A*): AvlSet[A]

Create a set with the given elements.

Create a set with the given elements.

Attributes

Source
Set.scala
def empty[A]: AvlSet[A]

The empty set.

The empty set.

Attributes

Source
Set.scala
def fromFoldable[F[_], A : Order](as: F[A])(implicit evidence$5: Order[A], fa: Foldable[F]): AvlSet[A]

Create a set from any collection of elements which has a cats.Foldable instance.

Create a set from any collection of elements which has a cats.Foldable instance.

Attributes

Source
Set.scala
def fromList[A : Order](as: List[A]): AvlSet[A]

Attributes

Source
Set.scala

Implicits

Inherited implicits

implicit def eqSet[A : Eq]: Eq[AvlSet[A]]

Attributes

Inherited from:
AvlSetInstances
Source
Set.scala
implicit def showSet[A : Show]: Show[AvlSet[A]]

Attributes

Inherited from:
AvlSetInstances
Source
Set.scala