case class Pair[T, U, TU](left: EndpointOutput[T], right: EndpointOutput[U], combine: CombineParams, split: SplitParams) extends EndpointOutput[TU] with EndpointTransput.Pair[TU] with Product with Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Pair
- Serializable
- Product
- Equals
- Pair
- EndpointOutput
- EndpointTransput
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new Pair(left: EndpointOutput[T], right: EndpointOutput[U], combine: CombineParams, split: SplitParams)
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- def and[J, IJ](other: EndpointOutput[J])(implicit concat: typelevel.ParamConcat.Aux[TU, J, IJ]): EndpointOutput[IJ]
- Definition Classes
- EndpointOutput
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable])
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- val left: EndpointOutput[T]
- def map[V](m: Mapping[TU, V]): EndpointOutput[V]
- Definition Classes
- Pair → EndpointTransput
- def map[U](f: (TU) => U)(g: (U) => TU): ThisType[U]
- Definition Classes
- EndpointTransput
- def mapDecode[U](f: (TU) => DecodeResult[U])(g: (U) => TU): ThisType[U]
- Definition Classes
- EndpointTransput
- def mapTo[COMPANION, CASE_CLASS <: Product](c: COMPANION)(implicit fc: FnComponents[COMPANION, TU, CASE_CLASS]): ThisType[CASE_CLASS]
- Definition Classes
- EndpointTransput
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- val right: EndpointOutput[U]
- def show: String
- Definition Classes
- Pair → EndpointTransput
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def validate(v: Validator[TU]): ThisType[TU]
- Definition Classes
- EndpointTransput
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()