akka.japi

function

package function

Visibility
  1. Public
  2. All

Type Members

  1. trait Creator[+T] extends Serializable

    A constructor/factory, takes no parameters but creates a new value of type T every call.

  2. trait Effect extends Serializable

    An executable piece of code that takes no parameters and doesn't return any value.

  3. trait Function[-T, +R] extends Serializable

    A Function interface.

  4. trait Function2[-T1, -T2, +R] extends Serializable

    A Function interface.

  5. trait Predicate[-T] extends Serializable

    Java API: Defines a criteria and determines whether the parameter meets this criteria.

  6. trait Procedure[-T] extends Serializable

    A Procedure is like a Function, but it doesn't produce a return value.

Ungrouped