Home
last modified time | relevance | path

Searched defs:applyAsInt (Results 1 – 6 of 6) sorted by relevance

/libcore/ojluni/src/main/java/java/util/function/
DLongToIntFunction.java47 int applyAsInt(long value); in applyAsInt() method
DDoubleToIntFunction.java47 int applyAsInt(double value); in applyAsInt() method
DToIntFunction.java48 int applyAsInt(T value); in applyAsInt() method
DIntBinaryOperator.java49 int applyAsInt(int left, int right); in applyAsInt() method
DToIntBiFunction.java51 int applyAsInt(T t, U u); in applyAsInt() method
DIntUnaryOperator.java49 int applyAsInt(int operand); in applyAsInt() method