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
 void apply()
           
 

Method Detail

apply

void apply()