Unspecified

zio.http.codec.SimpleCodec$.Unspecified
final case class Unspecified[A]() extends SimpleCodec[A, A]

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait SimpleCodec[A, A]
trait PartialFunction[A, A]
trait A => A
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

def apply(input: A): A
def decode(input: A): Either[String, A]
def encode(output: A): A
def isDefinedAt(input: A): Boolean

Inherited methods

Attributes

Inherited from:
PartialFunction
override def andThen[C](k: A => C): PartialFunction[A, C]

Attributes

Definition Classes
Inherited from:
PartialFunction
def applyOrElse[A1 <: A, B1 >: A](x: A1, default: A1 => B1): B1

Attributes

Inherited from:
PartialFunction

Attributes

Inherited from:
PartialFunction
def compose[A](g: A => A): A => R

Attributes

Inherited from:
Function1

Attributes

Inherited from:
PartialFunction
def lift: A => Option[B]

Attributes

Inherited from:
PartialFunction
def orElse[A1 <: A, B1 >: A](that: PartialFunction[A1, B1]): PartialFunction[A1, B1]

Attributes

Inherited from:
PartialFunction

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product
def runWith[U](action: A => U): A => Boolean

Attributes

Inherited from:
PartialFunction
override def toString(): String

Returns a string representation of the object.

Returns a string representation of the object.

The default representation is platform dependent.

Attributes

Returns

a string representation of the object.

Definition Classes
Function1 -> Any
Inherited from:
Function1
def unapply(a: A): Option[B]

Attributes

Inherited from:
PartialFunction