T - the source typeR - the result typepublic class Vary<T,R> extends Object implements Function<T,R>
E.g: final Functionsource = new Identity (); final Function got = Compositions.compose(new Vary (), source);
| Constructor and Description |
|---|
Vary() |
Copyright © 2017. All rights reserved.