Class MultiTransform<A,B>

Type Parameters:
A - the target type of the containing pattern
B - the target type of the contained subpattern
All Implemented Interfaces:
Serializable, Cloneable
Direct Known Subclasses:
Variable.Plus

public abstract class MultiTransform<A,B> extends FlatMultiTransform<A,B>
Abstract base class for patterns that delegate transformed targets to a subpattern.

Subclasses must implement the apply(A) method.

See Also: