Input

harness.sql.query.Input
See theInput companion object
final class Input[I, Q]

Attributes

Companion:
object
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
Input[I, Q]

Members list

Concise view

Value members

Concrete methods

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