Interface Operation<T>

    • Method Detail

      • execute

        T execute()
        Executes some code, returning a value.
        Returns:
        Return value of the operation.