Interface TwoStepMapper.Combineable<T,R,A extends TwoStepMapper.Combineable<T,R,A>>

All Superinterfaces:
TwoStepMapper<T,R>
All Known Implementing Classes:
SampleSet.CombineableSet, TwoStepMapper.KeyCounter, TwoStepMapper.SimpleCache
Enclosing interface:
TwoStepMapper<T,R>

public static interface TwoStepMapper.Combineable<T,R,A extends TwoStepMapper.Combineable<T,R,A>> extends TwoStepMapper<T,R>
Enables combining the state of multiple instances.