static class BookFilters.CustomBookFilter extends Object implements BookFilter
| Modifier and Type | Class and Description |
|---|---|
(package private) static class |
BookFilters.CustomBookFilter.Test
A helper class
|
| Modifier and Type | Field and Description |
|---|---|
private BookFilters.CustomBookFilter.Test[] |
tests |
| Constructor and Description |
|---|
BookFilters.CustomBookFilter(String match)
Ctor
|
private BookFilters.CustomBookFilter.Test[] tests
BookFilters.CustomBookFilter(String match)
match - The match spec.BookFilters.getCustom(String)public boolean test(Book book)
BookFiltertest in interface BookFilterbook - The Book to test