Uses of Class
eu.bandm.tools.ops.Functions.MemoizedBiFunction
Packages that use Functions.MemoizedBiFunction
Package
Description
Types for fundamental mathematical structures, plus libraries of respective
constants and operators.
-
Uses of Functions.MemoizedBiFunction in eu.bandm.tools.ops
Methods in eu.bandm.tools.ops that return Functions.MemoizedBiFunctionModifier and TypeMethodDescriptionstatic <A,
B, C> Functions.MemoizedBiFunction<A, B, C> Functions.memoize
(BiFunction<A, B, C> fun)