Packages

object Function1

An extractor for unary function types arg => res

Source
Implicits.scala
Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Function1
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. val Pre: Global.Type
  2. val Sym: Global.Symbol
  3. def apply(from: Global.Type, to: Global.Type): Global.Type
  4. def unapply(tp: Global.Type): Option[(Global.Type, Global.Type)]