in Education by

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

Please log in or register to answer this question.

1 Answer

0 votes
by

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

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

Related questions

...