ISet

object ISet extends ISetInstances
Companion
class
trait Sum
trait Mirror
class Object
trait Matchable
class Any

Type members

Inherited types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Inherited from
Mirror
type MirroredLabel <: String

The name of the type

The name of the type

Inherited from
Mirror

Value members

Concrete methods

final
def empty[A]: ISet[A]
final
def fromFoldable[F[_], A](xs: F[A])(implicit F: Foldable[F], o: Order[A]): ISet[A]
final
def fromIList[A](xs: IList[A])(implicit o: Order[A]): ISet[A]
final
def fromList[A](xs: List[A])(implicit o: Order[A]): ISet[A]
final
def singleton[A](x: A): ISet[A]
final
def unions[A](xs: List[ISet[A]])(implicit o: Order[A]): ISet[A]
final
def unions[A](xs: IList[ISet[A]])(implicit o: Order[A]): ISet[A]

Implicits

Inherited implicits

implicit
def setEqual[A : Equal]: Equal[ISet[A]]
Inherited from
ISetInstances
implicit
Inherited from
ISetInstances
implicit
Inherited from
ISetInstances
implicit
def setOrder[A : Order]: Order[ISet[A]]
Inherited from
ISetInstances
implicit
def setShow[A](implicit A: Show[A]): Show[ISet[A]]
Inherited from
ISetInstances