Interface Remote.UnaryOperator<T>

    • Method Detail

      • identity

        static <T> Remote.UnaryOperator<T> identity()
        Returns a unary operator that always returns its input argument.
        Type Parameters:
        T - the type of the input and output of the operator
        Returns:
        a unary operator that always returns its input argument