LazyTuple2

Companion
class
class Object
trait Matchable
class Any

Value members

Concrete methods

def apply[A, B](a: => A, b: => B): LazyTuple2[A, B]

Implicits

Inherited implicits

implicit
def lazyTuple2Functor[A1]: Functor[[_] =>> LazyTuple2[A1, _$4]]
Inherited from
LazyTuple2Instances0
implicit
def lazyTuple2Monad[A1](implicit A1: Monoid[A1]): Monad[[_] =>> LazyTuple2[A1, _$5]]
Inherited from
LazyTuple2Instances
implicit
def lazyTuple2Monoid[A1, A2](implicit A1: Monoid[A1], A2: Monoid[A2]): Monoid[LazyTuple2[A1, A2]]
Inherited from
LazyTuple2Instances
implicit
def lazyTuple2Order[A1, A2](implicit A1: Order[A1], A2: Order[A2]): Order[LazyTuple2[A1, A2]]
Inherited from
LazyTuple2Instances
implicit
def lazyTuple2Semigroup[A1, A2](implicit A1: Semigroup[A1], A2: Semigroup[A2]): Semigroup[LazyTuple2[A1, A2]]
Inherited from
LazyTuple2Instances0
implicit
def lazyTuple2Show[A1, A2](implicit A1: Show[A1], A2: Show[A2]): Show[LazyTuple2[A1, A2]]
Inherited from
LazyTuple2Instances