JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
akka.japi.function
Interface Effect
All Superinterfaces:
java.io.Serializable
public interface
Effect
extends java.io.Serializable
An executable piece of code that takes no parameters and doesn't return any value.
Serializable
is needed to be able to grab line number for Java 8 lambdas.
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method and Description
void
apply
()
Method Detail
apply
void apply()
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method