Interface Effect


  • public interface Effect
    Deprecated.
    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 Detail

      • apply

        void apply()
            throws java.lang.Exception
        Deprecated.
        Throws:
        java.lang.Exception