HomeSort by relevance Sort by last modified time
    Searched defs:function (Results 26 - 50 of 956) sorted by null

12 3 4 5 6 7 8 91011>>

  /libcore/ojluni/src/main/java/java/util/function/
BooleanSupplier.java 25 package java.util.function;
DoubleBinaryOperator.java 25 package java.util.function;
DoubleFunction.java 25 package java.util.function;
28 * Represents a function that accepts a double-valued argument and produces a
30 * {@link Function}.
35 * @param <R> the type of the result of the function
37 * @see Function
44 * Applies this function to the given argument.
46 * @param value the function argument
47 * @return the function result
DoubleSupplier.java 25 package java.util.function;
DoubleToIntFunction.java 25 package java.util.function;
28 * Represents a function that accepts a double-valued argument and produces an
30 * specialization for {@link Function}.
35 * @see Function
42 * Applies this function to the given argument.
44 * @param value the function argument
45 * @return the function result
DoubleToLongFunction.java 25 package java.util.function;
28 * Represents a function that accepts a double-valued argument and produces a
30 * specialization for {@link Function}.
35 * @see Function
42 * Applies this function to the given argument.
44 * @param value the function argument
45 * @return the function result
IntBinaryOperator.java 25 package java.util.function;
IntFunction.java 25 package java.util.function;
28 * Represents a function that accepts an int-valued argument and produces a
30 * {@link Function}.
35 * @param <R> the type of the result of the function
37 * @see Function
44 * Applies this function to the given argument.
46 * @param value the function argument
47 * @return the function result
IntSupplier.java 25 package java.util.function;
IntToDoubleFunction.java 25 package java.util.function;
28 * Represents a function that accepts an int-valued argument and produces a
30 * specialization for {@link Function}.
35 * @see Function
42 * Applies this function to the given argument.
44 * @param value the function argument
45 * @return the function result
IntToLongFunction.java 25 package java.util.function;
28 * Represents a function that accepts an int-valued argument and produces a
30 * specialization for {@link Function}.
35 * @see Function
42 * Applies this function to the given argument.
44 * @param value the function argument
45 * @return the function result
LongBinaryOperator.java 25 package java.util.function;
LongFunction.java 25 package java.util.function;
28 * Represents a function that accepts a long-valued argument and produces a
30 * {@link Function}.
35 * @param <R> the type of the result of the function
37 * @see Function
44 * Applies this function to the given argument.
46 * @param value the function argument
47 * @return the function result
LongSupplier.java 25 package java.util.function;
LongToDoubleFunction.java 25 package java.util.function;
28 * Represents a function that accepts a long-valued argument and produces a
30 * specialization for {@link Function}.
35 * @see Function
42 * Applies this function to the given argument.
44 * @param value the function argument
45 * @return the function result
LongToIntFunction.java 25 package java.util.function;
28 * Represents a function that accepts a long-valued argument and produces an
30 * specialization for {@link Function}.
35 * @see Function
42 * Applies this function to the given argument.
44 * @param value the function argument
45 * @return the function result
ObjDoubleConsumer.java 25 package java.util.function;
ObjIntConsumer.java 25 package java.util.function;
ObjLongConsumer.java 25 package java.util.function;
Supplier.java 25 package java.util.function;
ToDoubleBiFunction.java 25 package java.util.function;
28 * Represents a function that accepts two arguments and produces a double-valued
35 * @param <T> the type of the first argument to the function
36 * @param <U> the type of the second argument to the function
45 * Applies this function to the given arguments.
47 * @param t the first function argument
48 * @param u the second function argument
49 * @return the function result
ToDoubleFunction.java 25 package java.util.function;
28 * Represents a function that produces a double-valued result. This is the
29 * {@code double}-producing primitive specialization for {@link Function}.
34 * @param <T> the type of the input to the function
36 * @see Function
43 * Applies this function to the given argument.
45 * @param value the function argument
46 * @return the function result
ToIntBiFunction.java 25 package java.util.function;
28 * Represents a function that accepts two arguments and produces an int-valued
35 * @param <T> the type of the first argument to the function
36 * @param <U> the type of the second argument to the function
45 * Applies this function to the given arguments.
47 * @param t the first function argument
48 * @param u the second function argument
49 * @return the function result
ToIntFunction.java 25 package java.util.function;
28 * Represents a function that produces an int-valued result. This is the
29 * {@code int}-producing primitive specialization for {@link Function}.
34 * @param <T> the type of the input to the function
36 * @see Function
43 * Applies this function to the given argument.
45 * @param value the function argument
46 * @return the function result
ToLongBiFunction.java 25 package java.util.function;
28 * Represents a function that accepts two arguments and produces a long-valued
35 * @param <T> the type of the first argument to the function
36 * @param <U> the type of the second argument to the function
45 * Applies this function to the given arguments.
47 * @param t the first function argument
48 * @param u the second function argument
49 * @return the function result

Completed in 130 milliseconds

12 3 4 5 6 7 8 91011>>