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