scalaz

PartialApply2Of3

trait PartialApply2Of3 [T[_, _, _], A, B] extends AnyRef

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Hide All
  2. Show all
  1. PartialApply2Of3
  2. AnyRef
  3. Any
Visibility
  1. Public
  2. All

Type Members

  1. type Apply [C] = T[A, B, C]

  2. type ApplyA [C] = T[C, A, B]

  3. type ApplyB [C] = T[A, C, B]