Packages

trait Reader[K, V] extends (K) ⇒ V

Linear Supertypes
(K) ⇒ V, AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Reader
  2. Function1
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Abstract Value Members

  1. abstract def read(key: K): V

Concrete Value Members

  1. def andThen[A](g: (V) ⇒ A): (K) ⇒ A
    Definition Classes
    Function1
    Annotations
    @unspecialized()
  2. def apply(key: K): V
    Definition Classes
    Reader → Function1
  3. def compose[A](g: (A) ⇒ K): (A) ⇒ V
    Definition Classes
    Function1
    Annotations
    @unspecialized()
  4. def toString(): String
    Definition Classes
    Function1 → AnyRef → Any