class CanBuild3[A1, A2, A3] extends AnyRef
- Source
- Products.scala
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- CanBuild3
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Value Members
- def and[A4](m3: M[A4]): CanBuild4[A1, A2, A3, A4]
- def apply[B](f1: (A1, A2, A3) => B, f2: (B) => (A1, A2, A3))(implicit fu: InvariantFunctor[M]): M[B]
- def apply[B](f: (B) => (A1, A2, A3))(implicit fu: ContravariantFunctor[M]): M[B]
- def apply[B](f: (A1, A2, A3) => B)(implicit fu: Functor[M]): M[B]
- def join[A >: A1](implicit witness1: <:<[A, A1], witness2: <:<[A, A2], witness3: <:<[A, A3], fu: ContravariantFunctor[M]): M[A]
- def reduce[A >: A1, B](implicit witness1: <:<[A1, A], witness2: <:<[A2, A], witness3: <:<[A3, A], fu: Functor[M], reducer: Reducer[A, B]): M[B]
- def tupled(implicit v: VariantExtractor[M]): M[(A1, A2, A3)]
- def ~[A4](m3: M[A4]): CanBuild4[A1, A2, A3, A4]