Set

dev.tauri.choam.data.Set
See theSet companion object
sealed trait Set[A]

Attributes

Companion
object
Source
Set.scala
Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Value members

Abstract methods

def add: Rxn[A, Boolean]

Attributes

Returns

true iff it did not already contain the element

Source
Set.scala
def contains: Rxn[A, Boolean]

Attributes

Source
Set.scala
def remove: Rxn[A, Boolean]

Attributes

Returns

true iff it did contain the element

Source
Set.scala