TupledFunction

scala.util.TupledFunction
sealed trait TupledFunction[F, G]

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

Attributes

F

a function type

G

a tupled function type (function of arity 1 receiving a tuple as argument)

Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Abstract methods

def tupled(f: F): G
def untupled(g: G): F