abstract class Curry[F, G] extends Serializable

Annotations
@implicitNotFound() @deprecated
Deprecated

(Since version 3.0.0-M1) no replacement

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

Instance Constructors

  1. new Curry()

Abstract Value Members

  1. abstract def curry: Iso[F, G]

    curry: ((A,B,...,Z) => Res) <=> (A => B => ...

    curry: ((A,B,...,Z) => Res) <=> (A => B => ... => Z => Res)