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);
Copyright © 2012. All Rights Reserved.