in Education by

What is the purpose of DoubleUnaryOperator functional interface in Java8?

Please log in or register to answer this question.

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

...