T - the type of the input to the functionR - the type of the result of the functionpublic interface Extractor<T,R>
| Modifier and Type | Method and Description |
|---|---|
R |
apply(T t)
Extract a value from the passed parameter.
|
Copyright © 2012–2017. All rights reserved.