Interface CodeList.Filter

Enclosing class:
CodeList<E extends CodeList<E>>

@Deprecated(since="3.1", forRemoval=true) public static interface CodeList.Filter
Deprecated, for removal: This API element is subject to removal in a future version.
Replaced by Predicate from the standard Java library.
Used by CodeList.valueOf(Class, Filter) to select codes matching an arbitrary criterion.