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