T sealed trait

TupledFunction [F, G]

extends Object

Type class relating a FunctionN[..., R] with an equivalent tupled function Function1[TupleN[...], R]

Supertypes

Object

Annotations

@scala.annotation.internal.Child, @scala.annotation.implicitNotFound

Members

def 

tupled

( f: F ) : G

def 

untupled

( g: G ) : F