Module wtf.metio.memoization.jdk
Package wtf.metio.memoization.jdk
Interface ObjLongFunction<VALUE,RESULT>
- Type Parameters:
VALUE- The type of the first function argumentRESULT- The type of the result.
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
-
Method Summary
-
Method Details
-
apply
- Parameters:
value- The value to apply.i- The long value to apply.- Returns:
- The result of applying the given value and long.
-