in Education by

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

Please log in or register to answer this question.

1 Answer

0 votes
by

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

It represents a function that produces a long-valued result.

Related questions

...