Searched defs:applyAsLong (Results 1 – 8 of 8) sorted by relevance
39 long applyAsLong(/*@Nullable*/ T value); in applyAsLong() method
39 long applyAsLong(long left, long right) throws E; in applyAsLong() method
52 int applyAsLong(double value) throws E; in applyAsLong() method
54 long applyAsLong(T t) throws E; in applyAsLong() method
52 long applyAsLong(int value) throws E; in applyAsLong() method
57 long applyAsLong(T t, U u) throws E; in applyAsLong() method
75 long applyAsLong(long operand) throws E; in applyAsLong() method
1731 public int applyAsLong(final double value) throws IOException { in testThrows_FailableDoubleToLongFunction_IOException() method1746 public int applyAsLong(final double value) throws Throwable { in testThrows_FailableDoubleToLongFunction_Throwable() method1942 public long applyAsLong(final int value) throws IOException { in testThrows_FailableIntToLongFunction_IOException() method1957 public long applyAsLong(final int value) throws Throwable { in testThrows_FailableIntToLongFunction_Throwable() method1972 public long applyAsLong(final long left, final long right) throws IOException { in testThrows_FailableLongBinaryOperator_IOException() method1987 public long applyAsLong(final long left, final long right) throws Throwable { in testThrows_FailableLongBinaryOperator_Throwable() method2488 public long applyAsLong(final Object t, final Object u) throws Throwable { in testThrows_FailableToLongBiFunction_Object_Throwable() method2503 public long applyAsLong(final String t, final String u) throws IOException { in testThrows_FailableToLongBiFunction_String_IOException() method2518 public long applyAsLong(final Object t) throws Throwable { in testThrows_FailableToLongFunction_Object_Throwable() method2533 public long applyAsLong(final String t) throws IOException { in testThrows_FailableToLongFunction_String_IOException() method