Module wtf.metio.memoization.jdk
Package wtf.metio.memoization.jdk
Interface ObjDoubleFunction<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.d- The double value to apply.- Returns:
- The result of applying the given value and double.
-