FunctionConstructor

zio.FunctionConstructor
See theFunctionConstructor companion class

Attributes

Companion
class
Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Type members

Types

type WithOut[In, Out0] = FunctionConstructor[In] { type Out = Out0; }

Implicits

Implicits

implicit def function1Constructor[A : Tag, Z]: WithOut[A => Z, ZIO[A, Nothing, Z]]
implicit def function2Constructor[A : Tag, B : Tag, Z]: WithOut[(A, B) => Z, ZIO[A & B, Nothing, Z]]
implicit def function3Constructor[A : Tag, B : Tag, C : Tag, Z]: WithOut[(A, B, C) => Z, ZIO[A & B & C, Nothing, Z]]
implicit def function4Constructor[A : Tag, B : Tag, C : Tag, D : Tag, Z]: WithOut[(A, B, C, D) => Z, ZIO[A & B & C & D, Nothing, Z]]
implicit def function5Constructor[A : Tag, B : Tag, C : Tag, D : Tag, F : Tag, Z]: WithOut[(A, B, C, D, F) => Z, ZIO[A & B & C & D & F, Nothing, Z]]
implicit def function6Constructor[A : Tag, B : Tag, C : Tag, D : Tag, F : Tag, G : Tag, Z]: WithOut[(A, B, C, D, F, G) => Z, ZIO[A & B & C & D & F & G, Nothing, Z]]
implicit def function7Constructor[A : Tag, B : Tag, C : Tag, D : Tag, F : Tag, G : Tag, H : Tag, Z]: WithOut[(A, B, C, D, F, G, H) => Z, ZIO[A & B & C & D & F & G & H, Nothing, Z]]