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