Table

Companion:
class
Source:
Table.scala
class Object
trait Matchable
class Any
Table.type

Type members

Classlikes

final implicit class TableOps[T](val t: T) extends AnyVal

Value members

Concrete methods

def apply[T, I, O](implicit ev: Table[T, I, O]): Table[T, I, O]

Implicits

Implicits

implicit def MapTable[K, V]: Table[Map[K, V], K, V]
final implicit def TableOps[T](t: T): TableOps[T]

Inherited implicits

implicit def FunctionTable[I, O]: Table[I => O, I, O]
Inherited from:
LowPriorityImplicits
Source:
Table.scala
implicit def PartialFunctionTable[I, O]: Table[PartialFunction[I, O], I, O]
Inherited from:
LowPriorityImplicits
Source:
Table.scala