I - The type of inputO - The type of outputpublic interface FutureTransform<I,O>
TransformableFuture which returns some result of type O,
or throws an exception if unable to compute a result.| Modifier and Type | Method and Description |
|---|---|
O |
transform(I input) |
Copyright © 2016. All rights reserved.