ValueEnrichedWithTuplingSupport

final class ValueEnrichedWithTuplingSupport[A](val a: A)
Allows creation of left nested pairs by successive usage of ~ operator.
class Object
trait Matchable
class Any

Value members

Methods

def ~[B](b: B): (A, B)

Fields

val a: A