Curry

monocle.function.Curry$
See theCurry companion class
object Curry extends CurryFunctions with CurryInstances

Attributes

Companion:
class
Source:
Curry.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
Curry.type

Members list

Concise view

Value members

Concrete methods

def apply[F, G](iso: Iso[F, G]): Curry[F, G]

Attributes

Source:
Curry.scala

Deprecated and Inherited methods

def curry[F, G](implicit ev: Curry[F, G]): Iso[F, G]

Attributes

Deprecated
[Since version 3.0.0-M1]
Inherited from:
CurryFunctions
Source:
Curry.scala
def uncurry[F, G](implicit ev: Curry[F, G]): Iso[G, F]

Attributes

Deprecated
[Since version 3.0.0-M1]
Inherited from:
CurryFunctions
Source:
Curry.scala

Implicits

Implicits

implicit def curry5[A, B, C, D, E, F]: Curry[(A, B, C, D, E) => F, A => B => C => D => E => F]

Attributes

Source:
Curry.scala

Inherited implicits

implicit def curry2[A, B, C]: Curry[(A, B) => C, A => B => C]

Attributes

Inherited from:
CurryInstances2
Source:
Curry.scala
implicit def curry3[A, B, C, D]: Curry[(A, B, C) => D, A => B => C => D]

Attributes

Inherited from:
CurryInstances1
Source:
Curry.scala
implicit def curry4[A, B, C, D, E]: Curry[(A, B, C, D) => E, A => B => C => D => E]

Attributes

Inherited from:
CurryInstances
Source:
Curry.scala