Available

es.weso.shex.validator.PartitionUtils$.Available
final case class Available[A](values: Set[A]) extends AnyVal

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
class AnyVal
trait Matchable
class Any

Members list

Concise view

Value members

Concrete methods

def add(vs: Set[A]): Available[A]
def contains[B](x: Entry[A, B]): Boolean
def containsAll[B](x: Set[Entry[A, B]]): Boolean

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product