RelChoice

final case class RelChoice[V <: HList, L <: HList](rel: Rel[L], choose: Choose[V, L])
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Concrete methods

def matches[K <: HList](r: Rel[K]): Option[RelChoice[V, K]]
def vertexSet: Set[Int]

Inherited methods

def productElementNames: Iterator[String]
Inherited from:
Product
def productIterator: Iterator[Any]
Inherited from:
Product