ZIOFunctionConstructor

zio.ZIOFunctionConstructor
See theZIOFunctionConstructor companion class

Attributes

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

Members list

Type members

Types

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

Implicits

Implicits

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