Uses of Class
io.datarouter.bytes.ReplacingFunction.NullReplacingFunction
| Package | Description |
|---|---|
| io.datarouter.bytes |
-
Uses of ReplacingFunction.NullReplacingFunction in io.datarouter.bytes
Subclasses of ReplacingFunction.NullReplacingFunction in io.datarouter.bytes Modifier and Type Class Description static classReplacingFunction.NullPassthroughFunction<A,B>Replace nulls with nulls.Methods in io.datarouter.bytes that return ReplacingFunction.NullReplacingFunction Modifier and Type Method Description static <A, B> ReplacingFunction.NullReplacingFunction<A,B>ReplacingFunction.NullReplacingFunction. of(Function<A,B> function, Supplier<B> replacementSupplier)