Module aeonics.core
Package aeonics.util

Interface Functions.Consumer<A>

    • Method Detail

      • accept

        void accept​(A a)
             throws java.lang.Exception
        Performs this operation on the given argument.
        Parameters:
        a - the input argument
        Throws:
        java.lang.Exception - if an error happens