Package io.github.krandom.api
Interface ContextAwareRandomizer
-
- All Implemented Interfaces:
-
io.github.krandom.api.Randomizer
public interface ContextAwareRandomizer<T> implements Randomizer<T>
Interface for a Randomizer that is aware of the randomization context it is invoked in.
Mahmoud Ben Hassine ([email protected])
-
-
Method Summary
Modifier and Type Method Description abstract void
setRandomizerContext(RandomizerContext context)
-
-
Method Detail
-
setRandomizerContext
abstract void setRandomizerContext(RandomizerContext context)
-
-
-
-