in Education by

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

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

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 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 Function functional interface in Java8?...
asked Nov 8, 2020 in Education by Editorial Staff
0 votes
    What is the purpose of Consumer functional interface in Java8?...
asked Nov 8, 2020 in Education by Editorial Staff
0 votes
    What is the purpose of BiPredicate functional interface in Java8?...
asked Nov 8, 2020 in Education by Editorial Staff
0 votes
    What is the purpose of BinaryOperator functional interface in Java8?...
asked Nov 8, 2020 in Education by Editorial Staff
...