Uses of Class
nl.talsmasoftware.context.functions.BiFunctionWithContext
-
Packages that use BiFunctionWithContext Package Description nl.talsmasoftware.context.functions Java 8 functional interface wrappers that apply context snapshots to the mapped functions. -
-
Uses of BiFunctionWithContext in nl.talsmasoftware.context.functions
Subclasses of BiFunctionWithContext in nl.talsmasoftware.context.functions Modifier and Type Class Description classBinaryOperatorWithContext<T>A wrapper forBinaryOperatorthatreactivates a context snapshotbefore calling a delegate.
-