Package net.imglib2.concatenate
-
Interface Summary Interface Description Concatenable<A> If T implementsConcatenable
<A>
that means you can concatenate it with an A, usually resulting in another T.PreConcatenable<A> If T implementsPreConcatenable
<A>
that means you can pre-concatenate it with an A, usually resulting in another T. -
Class Summary Class Description ConcatenateUtils Utilities for manipulating lists of (pre-)concatenable objects.