Input

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

Attributes

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

Members list

Value members

Concrete methods

def cmap[I2](f: I2 => I): Input[I2, V]
def ~[I2, V2](other: Input[I2, V2])(implicit zI: Zip[I, I2], zV: Zip[V, V2]): Input[Out, Out]