Input

final class Input[I, Q]
Companion:
object
class Object
trait Matchable
class Any
Input[I, Q]

Value members

Concrete methods

def ~[I2, O2](other: Input[I2, O2])(implicit zI: Zip[I, I2], zQ: Zip[Q, O2]): Input[Out, Out]