in Education by

What is the purpose of ObjDoubleConsumer<T> functional interface in Java8?

Please log in or register to answer this question.

1 Answer

0 votes
by

What is the purpose of ObjDoubleConsumer<T> functional interface in Java8?

It represents an operation that accepts an object-valued and a double-valued argument, and returns no result.

Related questions

...