public interface BookProcessor
| Modifier and Type | Field and Description |
|---|---|
static BookProcessor |
IDENTITY_BOOKPROCESSOR
A BookProcessor that returns the input book unchanged.
|
| Modifier and Type | Method and Description |
|---|---|
Book |
processBook(Book book) |
static final BookProcessor IDENTITY_BOOKPROCESSOR
Copyright © 2009–2017. All rights reserved.