FunctionFlippedApply

final case class FunctionFlippedApply[A](a: A) extends AnyVal
trait Product
trait Equals
class AnyVal
trait Matchable
class Any

Value members

Concrete methods

def &[B](f: A => B): B

synonym to applyFlipped

synonym to applyFlipped

def applyFlipped[B](f: A => B): B

applies an argument to a function

applies an argument to a function

Inherited methods

Inherited from:
Product