Interface VolumePositionTranslator<V extends Volume,T>
-
- Type Parameters:
V
- The type ofVolume
this translator operates uponT
- The type of in-game object this translator operates upon
public interface VolumePositionTranslator<V extends Volume,T>
A "final step" to aVolumeStream's
collection into aVolumeCollector
to where the desiredT
element is potentially translated.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description VolumeElement<V,T>
apply(VolumeElement<V,T> element)
-
-
-
Method Detail
-
apply
VolumeElement<V,T> apply(VolumeElement<V,T> element)
-
-