Interface RandomizerBumper<T>

All Known Implementing Classes:
BBCodeRandomizerBumper, NumericStringRandomizerBumper, UniqueStringRandomizerBumper

public interface RandomizerBumper<T>
Author:
Shuyang Zhou
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    accept(T randomValue)
     
  • Method Details

    • accept

      boolean accept(T randomValue)