Interface DoubleBlockCombiner.NeighborCombineResult<S>
- All Known Implementing Classes:
DoubleBlockCombiner.NeighborCombineResult.Double, DoubleBlockCombiner.NeighborCombineResult.Single
- Enclosing class:
DoubleBlockCombiner
public static interface DoubleBlockCombiner.NeighborCombineResult<S>
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classstatic final class -
Method Summary
Modifier and TypeMethodDescription<T> Tapply(DoubleBlockCombiner.Combiner<? super S, T> callback)
-
Method Details
-
apply
-