Table

fs2.data.matching.Table
See theTable companion trait
object Table extends LowPriorityImplicits

Attributes

Companion
trait
Source
Table.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
Table.type

Members list

Type members

Classlikes

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

Attributes

Source
Table.scala
Supertypes
class AnyVal
trait Matchable
class Any

Value members

Concrete methods

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

Attributes

Source
Table.scala

Implicits

Implicits

implicit def MapTable[K, V]: Table[Map[K, V], K, V]

Attributes

Source
Table.scala
final implicit def TableOps[T](t: T): TableOps[T]

Attributes

Source
Table.scala

Inherited implicits

implicit def FunctionTable[I, O]: Table[I => O, I, O]

Attributes

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

Attributes

Inherited from:
LowPriorityImplicits
Source
Table.scala