Package akka.japi.function
Interface Effect
- 
- All Superinterfaces:
 java.io.Serializable
public interface Effect extends java.io.SerializableAn executable piece of code that takes no parameters and doesn't return any value.Serializableis needed to be able to grab line number for Java 8 lambdas. Supports throwingExceptionin the apply, which thejava.util.function.Effectcounterpart does not. 
- 
- 
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidapply() 
 -