Function2FlipOps

final case class Function2FlipOps[A, B, C](f: A => B => C) extends AnyVal
trait Product
trait Equals
class AnyVal
trait Matchable
class Any

Value members

Concrete methods

def flip: B => A => C

flip the order of the arguments to a function of two arguments

flip the order of the arguments to a function of two arguments

def uncurried: (A, B) => C

transforms a unary function returning another unary function into a function of arity 2

transforms a unary function returning another unary function into a function of arity 2

Inherited methods

Inherited from:
Product