LazyTuple

object LazyTuple
class Object
trait Matchable
class Any

Type members

Types

type :&:[A, B] = LazyTuple2[A, B]

Value members

Concrete methods

def lazyTuple2[A, B](a: => A, b: => B): LazyTuple2[A, B]
def lazyTuple3[A, B, C](a: => A, b: => B, c: => C): LazyTuple3[A, B, C]
def lazyTuple4[A, B, C, D](a: => A, b: => B, c: => C, d: => D): LazyTuple4[A, B, C, D]