LowPriorityImplicits

fs2.data.matching.LowPriorityImplicits
sealed trait LowPriorityImplicits

Attributes

Source
Table.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
object Table.type

Members list

Implicits

Implicits

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

Attributes

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

Attributes

Source
Table.scala