Package org.approvej.scrub
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
An
UnaryOperator
that scrubs certain information from a value. This might be useful
especially for dynamic data like timestamps, dates or generally random values.-
Method Summary