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