Interface Scrubber<T>

Type Parameters:
T - the type of value to scrub
All Superinterfaces:
Function<T,T>, UnaryOperator<T>
All Known Implementing Classes:
RegexScrubber, RelativeDateScrubber

public interface Scrubber<T> extends UnaryOperator<T>
An UnaryOperator that scrubs certain information from a value. This might be useful especially for dynamic data like timestamps, dates or generally random values.