Searched defs:applyAsInt (Results 1 – 8 of 8) sorted by relevance
39 int applyAsInt(int left, int right) throws E; in applyAsInt() method
52 int applyAsInt(long value) throws E; in applyAsInt() method
54 int applyAsInt(T t) throws E; in applyAsInt() method
52 int applyAsInt(double value) throws E; in applyAsInt() method
57 int applyAsInt(T t, U u) throws E; in applyAsInt() method
75 int applyAsInt(int operand) throws E; in applyAsInt() method
39 default int applyAsInt(T t) { in applyAsInt() method
1701 public int applyAsInt(final double value) throws IOException { in testThrows_FailableDoubleToIntFunction_IOException() method1716 public int applyAsInt(final double value) throws Throwable { in testThrows_FailableDoubleToIntFunction_Throwable() method1791 public int applyAsInt(final int left, final int right) throws IOException { in testThrows_FailableIntBinaryOperator_IOException() method1806 public int applyAsInt(final int left, final int right) throws Throwable { in testThrows_FailableIntBinaryOperator_Throwable() method2124 public int applyAsInt(final long value) throws IOException { in testThrows_FailableLongToIntFunction_IOException() method2139 public int applyAsInt(final long value) throws Throwable { in testThrows_FailableLongToIntFunction_Throwable() method2428 public int applyAsInt(final Object t, final Object u) throws Throwable { in testThrows_FailableToIntBiFunction_Object_Throwable() method2443 public int applyAsInt(final String t, final String u) throws IOException { in testThrows_FailableToIntBiFunction_String_IOException() method2458 public int applyAsInt(final Object t) throws Throwable { in testThrows_FailableToIntFunction_Object_Throwable() method2473 public int applyAsInt(final String t) throws IOException { in testThrows_FailableToIntFunction_String_IOException() method