Inputs3

typealias Inputs3<I1, I2, I3> = Tuple3<Input<*, *>, I1, I2, I3>(source)

Inputs tuple with three elements.