Input

io.hireproof.structure.Input$
See theInput companion class
object Input

Attributes

Companion:
class
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
Input.type

Members list

Concise view

Value members

Concrete methods

def from[A](method: Method, url: Url[A]): Input[A]
def from[A, B](method: Method, url: Url[A], headers: Headers[B]): Input[(A, B)]
def from[A, B](method: Method, url: Url[A], body: Schema[B]): Input[(A, B)]
def from[A, B, C](method: Method, url: Url[A], headers: Headers[B], body: Schema[C]): Input[((A, B), C)]

Concrete fields

val Empty: Input[Unit]