HomeSort by relevance Sort by last modified time
    Searched defs:applyAsInt (Results 1 - 9 of 9) sorted by null

  /libcore/ojluni/src/main/java/java/util/function/
DoubleToIntFunction.java 33 * whose functional method is {@link #applyAsInt(double)}.
47 int applyAsInt(double value);
IntBinaryOperator.java 33 * whose functional method is {@link #applyAsInt(int, int)}.
49 int applyAsInt(int left, int right);
LongToIntFunction.java 33 * whose functional method is {@link #applyAsInt(long)}.
47 int applyAsInt(long value);
ToIntBiFunction.java 33 * whose functional method is {@link #applyAsInt(Object, Object)}.
51 int applyAsInt(T t, U u);
ToIntFunction.java 32 * whose functional method is {@link #applyAsInt(Object)}.
48 int applyAsInt(T value);
IntUnaryOperator.java 35 * whose functional method is {@link #applyAsInt(int)}.
49 int applyAsInt(int operand);
66 return (int v) -> applyAsInt(before.applyAsInt(v));
84 return (int t) -> after.applyAsInt(applyAsInt(t));
  /external/annotation-tools/annotation-file-utilities/tests/
LambdaExpression.java 60 System.out.println(selectCommon.applyAsInt(args, Arrays.asList(ss)));
  /prebuilts/sdk/24/
android.jar 
  /prebuilts/sdk/current/
core.jar 

Completed in 362 milliseconds