Interface Effect.Applicant<A>

    • Method Detail

      • foreach

        @Deprecated
        void foreach​(Effect<? super A> effect)
        Deprecated.
        extend or implement Iterable.forEach(Consumer) instead
        Perform the given side-effect for each contained element.
        Parameters:
        effect - the input to use for performing the effect.