Unrecognised

final case class Unrecognised[U](unrecognised: U) extends UnrecognisedOr[U, Nothing]
trait Serializable
trait Product
trait Equals
trait UnrecognisedOr[U, Nothing]
class Object
trait Matchable
class Any

Value members

Inherited methods

def asEither[E](leftF: U => E): Either[E, Nothing]
Inherited from:
UnrecognisedOr
def asOption: Option[Nothing]
Inherited from:
UnrecognisedOr
Inherited from:
Product