CurryInstances

monocle.function.CurryInstances

Attributes

Source:
Curry.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
object Curry.type

Members list

Concise view

Implicits

Implicits

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

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