Packages

trait TypedFunction2[-T1, -T2, +TR, F[_ <: T1, _ <: T2] <: TR] extends TypedFunction

A binary function which operates at the type and value levels.

Source
TypedFunction.scala
Linear Supertypes
TypedFunction, AnyRef, Any
Type Hierarchy
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. TypedFunction2
  2. TypedFunction
  3. AnyRef
  4. Any
Implicitly
  1. by any2stringadd
  2. by StringFormat
  3. by Ensuring
  4. by ArrowAssoc
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Abstract Value Members

  1. abstract def apply[P1 <: T1, P2 <: T2](p1: P1, p2: P2): F[P1, P2]