Package one.microstream.functional
Class IsEqual<E>
- java.lang.Object
 - 
- one.microstream.functional.IsEqual<E>
 
 
- 
- 
Constructor Detail
- 
IsEqual
public IsEqual(E sample)
 
 - 
 
- 
Method Detail
- 
test
public final boolean test(E e) throws ThrowBreak
- Specified by:
 testin interfacePredicate<E>- Throws:
 ThrowBreak
 
 - 
 
 -