Functions

object Functions extends Functions
Companion:
class
trait Functions
class Object
trait Matchable
class Any

Type members

Inherited classlikes

case class LogicalFunction[A](f: A => Boolean)
Inherited from:
Functions
implicit class zipFoldFunctions[T, S1](f1: (T, S1) => S1)

zip 2 state-folding functions together

zip 2 state-folding functions together

Inherited from:
Functions

Value members

Inherited methods

def untupled[a1, a2, a3, a4, a5, a6, a7, a8, a9, a10, b](f: (a1, a2, a3, a4, a5, a6, a7, a8, a9, a10) => b): (a1, a2, a3, a4, a5, a6, a7, a8, a9, a10) => b
Inherited from:
Functions
def untupled[a1, a2, a3, a4, a5, a6, a7, a8, a9, b](f: (a1, a2, a3, a4, a5, a6, a7, a8, a9) => b): (a1, a2, a3, a4, a5, a6, a7, a8, a9) => b
Inherited from:
Functions
def untupled[a1, a2, a3, a4, a5, a6, a7, a8, b](f: (a1, a2, a3, a4, a5, a6, a7, a8) => b): (a1, a2, a3, a4, a5, a6, a7, a8) => b
Inherited from:
Functions
def untupled[a1, a2, a3, a4, a5, a6, a7, b](f: (a1, a2, a3, a4, a5, a6, a7) => b): (a1, a2, a3, a4, a5, a6, a7) => b
Inherited from:
Functions
def untupled[a1, a2, a3, a4, a5, a6, b](f: (a1, a2, a3, a4, a5, a6) => b): (a1, a2, a3, a4, a5, a6) => b

missing untupled functions to 10 arguments

missing untupled functions to 10 arguments

Inherited from:
Functions

Implicits

Inherited implicits

implicit def logicalFunction[A](f: A => Boolean): LogicalFunction[A]
Inherited from:
Functions
implicit def toStrictFunction1[T, S](f: (=> T) => S): T => S

transform a byname Function1 into a strict Function1

transform a byname Function1 into a strict Function1

Inherited from:
Functions
final implicit def zipFoldFunctions[T, S1](f1: (T, S1) => S1): zipFoldFunctions[T, S1]

zip 2 state-folding functions together

zip 2 state-folding functions together

Inherited from:
Functions