Source - Source Class of the object to be operated withResult - Result Class of the result obtained after applying the operatorpublic interface Operator<Source,Result>
| Modifier and Type | Method and Description |
|---|---|
Result |
execute(Source source) |
Copyright © 2015. All rights reserved.