Pair

sealed trait Pair[T] extends EndpointTransput[T]
class Object
trait Matchable
class Any
class Pair[T, U, TU]
class Pair[T, U, TU]
class Pair[T, U, TU]

Value members

Abstract methods

Concrete methods

override def show: String
Definition Classes

Inherited methods

def map[U](f: T => U)(g: U => T): ThisType[U]
Inherited from:
EndpointTransput
def map[U](mapping: Mapping[T, U]): ThisType[U]
Inherited from:
EndpointTransput
def mapDecode[U](f: T => DecodeResult[U])(g: U => T): ThisType[U]
Inherited from:
EndpointTransput
inline def mapTo[CASE_CLASS <: Product](using mc: ProductOf[CASE_CLASS]): ThisType[CASE_CLASS]
Inherited from:
EndpointTransputMacros
def validate(v: Validator[T]): ThisType[T]
Inherited from:
EndpointTransput