Void

case class Void[T]() extends EndpointOutput[T]
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Concrete methods

override def and[U, TU](other: EndpointOutput[U])(implicit concat: Aux[T, U, TU]): EndpointOutput[TU]
Definition Classes
override def map[U](mapping: Mapping[T, U]): Void[U]
Definition Classes
override def show: String
Definition Classes

Inherited methods

def map[U](f: T => U)(g: U => T): Void[U]
Inherited from:
EndpointTransput
def mapDecode[U](f: T => DecodeResult[U])(g: U => T): Void[U]
Inherited from:
EndpointTransput
inline def mapTo[CASE_CLASS <: Product](using mc: ProductOf[CASE_CLASS]): Void[CASE_CLASS]
Inherited from:
EndpointTransputMacros
def productElementNames: Iterator[String]
Inherited from:
Product
def productIterator: Iterator[Any]
Inherited from:
Product
def validate(v: Validator[T]): Void[T]
Inherited from:
EndpointTransput