Interface PokemonPredicate

All Superinterfaces:
Predicate<Pokemon>
All Known Implementing Classes:
AnyPokemonPredicate, SpecBasedPokemonPredicate

public interface PokemonPredicate extends Predicate<Pokemon>
Represents a predicate for filtering Pokemon.
This is not required to be implemented on both the client and the server, as the checks will only be performed on the server.