Table

fs2.data.matching.Table
See theTable companion object
trait Table[T, In, Out]

Represents a lookup table. This is useful to implement finite state automata or transducers.

Attributes

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

Members list

Value members

Abstract methods

def get(table: T)(in: In): Option[Out]

Attributes

Source
Table.scala