Package net.sf.molae.pipe.union

This package contains classes that allow their instances to be of one of two types.

See:
          Description

Class Summary
Extendable<T> An extendable can either be of its base type (T) or of another instance.
Extendable.ExtendableTransformer<T> A transformer that returns a new extendable of the input value.
ObjectUnion<B,T1 extends B,T2 extends B> An instance of a union of type T1 or type T2, of which neither is a superclass of the other.
 

Package net.sf.molae.pipe.union Description

This package contains classes that allow their instances to be of one of two types.

Since:
2.0