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