t

monocle.function

CurryFunctions

trait CurryFunctions extends AnyRef

Source
Curry.scala
Linear Supertypes
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. CurryFunctions
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Deprecated Value Members

  1. def curry[F, G](implicit ev: Curry[F, G]): Iso[F, G]
    Annotations
    @deprecated
    Deprecated

    (Since version 3.0.0-M1) no replacement

  2. def uncurry[F, G](implicit ev: Curry[F, G]): Iso[G, F]
    Annotations
    @deprecated
    Deprecated

    (Since version 3.0.0-M1) no replacement