D - the argument data typeR - the solution data typeC - a helper type which provides "context" to the mappingpublic interface Mapping<D,R,C>
Sinkboolean isTransparent()
void apply(D arg, Sink<R> solutions, C context) throws RippleException
Sinkarg - the argument data itemsolutions - the solutions the argument is mapped tocontext - a helper object providing context (may be null)RippleException - if a data handling error occursCopyright © 2007-2012 fortytwo.net. All Rights Reserved.