Tupler

scalismo.utils.Tupler$
See theTupler companion class
object Tupler

Attributes

Companion:
class
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
Tupler.type

Members list

Concise view

Implicits

Implicits

implicit def function0[R]: Tupler[() => R, Unit => R]
implicit def function1[T, R]: Tupler[T => R, T => R]
implicit def function2[T1, T2, R]: Tupler[(T1, T2) => R, ((T1, T2)) => R]