Functions

org.specs2.control.Functions
See theFunctions companion trait
object Functions extends Functions

Attributes

Companion
trait
Graph
Supertypes
trait Functions
class Object
trait Matchable
class Any
Self type
Functions.type

Members list

Value members

Inherited methods

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

Attributes

Inherited from:
Functions
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

Attributes

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

Attributes

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

Attributes

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

Attributes

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

Attributes

Inherited from:
Functions

Extensions

Inherited extensions

extension [A](f: A => Boolean)
def &&(g: A => Boolean): A => Boolean

Attributes

Inherited from:
Functions
def unary_!: A => Boolean

Attributes

Inherited from:
Functions
def ||(g: A => Boolean): A => Boolean

Attributes

Inherited from:
Functions
extension [T, S1, S2](f1: (T, S1) => S1)
def zip(f2: (T, S2) => S2): (T, (S1, S2)) => (S1, S2)

zip 2 state-folding functions together

zip 2 state-folding functions together

Attributes

Inherited from:
Functions