akka.japi

Function

trait Function [T, R] extends AnyRef

A Function interface. Used to create first-class-functions is Java (sort of).

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

Abstract Value Members

  1. def apply (param: T): R

    Attributes
    abstract