trait RightFolder[T, U, P] extends DepFn2[T, U] with Serializable

Type class supporting right-folding a polymorphic binary function over this tuple.

Linear Supertypes
Serializable, Serializable, DepFn2[T, U], AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. RightFolder
  2. Serializable
  3. Serializable
  4. DepFn2
  5. AnyRef
  6. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. abstract type Out
    Definition Classes
    DepFn2

Abstract Value Members

  1. abstract def apply(t: T, u: U): Out
    Definition Classes
    DepFn2