I
- the generic type of the WaveItem to checkV
- the value type of the reference object to compare to apply the filterpublic abstract class AbstractWaveChecker<I,V> extends Object implements WaveChecker
Constructor and Description |
---|
AbstractWaveChecker(WaveItemBase<I> waveItem,
V matchingValue)
Default Constructor.
|
Modifier and Type | Method and Description |
---|---|
abstract Boolean |
call(Wave wave) |
protected V |
getMatchingValue() |
protected WaveItemBase<I> |
getWaveItem() |
public AbstractWaveChecker(WaveItemBase<I> waveItem, V matchingValue)
waveItem
- the wave itemmatchingValue
- the matching valueprotected WaveItemBase<I> getWaveItem()
protected V getMatchingValue()
Copyright © 2011–2016 JRebirth OSS. All rights reserved.