Class CheckWithPrevious<T>

java.lang.Object
com.storedobject.common.CheckWithPrevious<T>
Type Parameters:
T - Parameter type.
All Implemented Interfaces:
Predicate<T>

public class CheckWithPrevious<T> extends Object implements Predicate<T>
A class used to check/ compare the current value with the previous value in a series of values and returns a boolean result.
Author:
Syam