Uses of Class
org.wildfly.clustering.marshalling.spi.ValueFunction
Packages that use ValueFunction
-
Uses of ValueFunction in org.wildfly.clustering.marshalling.spi
Methods in org.wildfly.clustering.marshalling.spi that return ValueFunctionModifier and TypeMethodDescriptionstatic <T> ValueFunction<T,Void> ValueFunction.voidFunction()Returns a function that always returns a null result, regardless of input.