in Education by

What is the purpose of DoubleUnaryOperator functional interface in Java8?

1 Answer

0 votes
by

What is the purpose of DoubleUnaryOperator functional interface in Java8?

It represents an operation on a single double-valued operand that produces a double-valued result.

Related questions

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 ToLongBiFunction 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 ToIntBiFunction 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 ToDoubleBiFunction 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 LongUnaryOperator functional interface in Java8?...
asked Nov 8, 2020 in Education by Editorial Staff
0 votes
    What is the purpose of LongToIntFunction functional interface in Java8?...
asked Nov 8, 2020 in Education by Editorial Staff
0 votes
    What is the purpose of LongToDoubleFunction functional interface in Java8?...
asked Nov 8, 2020 in Education by Editorial Staff
...