NotFound

case
class NotFound[V, B]() extends ElimStep[V, B]
trait Serializable
trait Product
trait Equals
trait ElimStep[V, B]
class Object
trait Matchable
class Any

Value members

Concrete methods

override
def map[C](f: Shuffled[B, C]): ElimStep[V, C]
Definition Classes

Inherited methods

def map[C](f: B -⚬ C): ElimStep[V, C]
Inherited from
ElimStep
def productElementNames: Iterator[String]
Inherited from
Product
def productIterator: Iterator[Any]
Inherited from
Product