Package org.apache.pekko.japi
Interface Effect
-
public interface EffectDeprecated.Will be removed in favor of pekko.japi.function.Effect in Pekko 2.0.0. Since 1.2.0.An executable piece of code that takes no parameters and doesn't return any value.This class is kept for compatibility, but for future API's please prefer
pekko.japi.function.Effect.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description voidapply()Deprecated.
-