Package org.instancio.feed
Interface PostProcessor<T>
- Type Parameters:
T- the type of value being processed
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
An interface for applying additional processing
to data returned by a spec method of a
Feed.- Since:
- 5.0.0
- See Also:
-
Method Summary
-
Method Details
-
process
Processes the giveninputvalue.- Parameters:
input- value to processrandom- for randomising the output, if necessary- Returns:
- a processed result
- Since:
- 5.0.0
-