Searched defs:operand (Results 1 - 3 of 3) sorted by relevance

/libcore/ojluni/src/main/java/java/util/function/
H A DDoubleUnaryOperator.java30 * Represents an operation on a single {@code double}-valued operand that produces
44 * Applies this operator to the given operand.
46 * @param operand the operand
49 double applyAsDouble(double operand); argument
H A DIntUnaryOperator.java30 * Represents an operation on a single {@code int}-valued operand that produces
44 * Applies this operator to the given operand.
46 * @param operand the operand
49 int applyAsInt(int operand); argument
H A DLongUnaryOperator.java30 * Represents an operation on a single {@code long}-valued operand that produces
44 * Applies this operator to the given operand.
46 * @param operand the operand
49 long applyAsLong(long operand); argument

Completed in 65 milliseconds