Login
Remember
Register
Ask a Question
Which of the following functional interfaces represents a function that accepts an int-valued argument and produces a long-valued result?
0
votes
asked
May 31, 2022
in
JAVA
by
Robin
Which of the following functional interfaces represents a function that accepts an int-valued argument and produces a long-valued result?
i)IntToLongFunction
ii)LongBinaryOperator
iii)IntLongOperator
iv)IntToDoubleFunction
functional-interface
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
May 31, 2022
by
Robin
i)IntToLongFunction functional interfaces represents a function that accepts an int-valued argument and produces a long-valued result
...