in Education by

What is the purpose of ToDoubleBiFunction<T,U> functional interface in Java8?

1 Answer

0 votes
by

What is the purpose of ToDoubleBiFunction<T,U> functional interface in Java8?

It represents a function that accepts two arguments and produces a double-valued result.

Related questions

0 votes
    What is the purpose of ToLongBiFunction functional interface in Java8?...
asked Nov 8, 2020 in Education by Editorial Staff
0 votes
    What is the purpose of ToIntBiFunction functional interface in Java8?...
asked Nov 8, 2020 in Education by Editorial Staff
0 votes
    What is the purpose of BiPredicate functional interface in Java8?...
asked Nov 8, 2020 in Education by Editorial Staff
0 votes
    What is the purpose of BiFunction functional interface in Java8?...
asked Nov 8, 2020 in Education by Editorial Staff
0 votes
    What is the purpose of BiConsumer functional interface in Java8?...
asked Nov 8, 2020 in Education by Editorial Staff
0 votes
    What is the purpose of UnaryOperator functional interface in Java8?...
asked Nov 8, 2020 in Education by Editorial Staff
0 votes
    What is the purpose of ToLongFunction functional interface in Java8?...
asked Nov 8, 2020 in Education by Editorial Staff
0 votes
    What is the purpose of ToIntFunction functional interface in Java8?...
asked Nov 8, 2020 in Education by Editorial Staff
0 votes
    What is the purpose of ToDoubleFunction functional interface in Java8?...
asked Nov 8, 2020 in Education by Editorial Staff
0 votes
    What is the purpose of Supplier functional interface in Java8?...
asked Nov 8, 2020 in Education by Editorial Staff
0 votes
    What is the purpose of Predicate functional interface in Java8?...
asked Nov 8, 2020 in Education by Editorial Staff
0 votes
    What is the purpose of ObjLongConsumer functional interface in Java8?...
asked Nov 8, 2020 in Education by Editorial Staff
0 votes
    What is the purpose of ObjIntConsumer functional interface in Java8?...
asked Nov 8, 2020 in Education by Editorial Staff
0 votes
    What is the purpose of ObjDoubleConsumer functional interface in Java8?...
asked Nov 8, 2020 in Education by Editorial Staff
0 votes
    What is the purpose of Function functional interface in Java8?...
asked Nov 8, 2020 in Education by Editorial Staff
...