T - The type of objects to compare.public class NotEqualTo<T> extends java.lang.Object implements IPredicate<T>
| Constructor and Description |
|---|
NotEqualTo(T value)
Creates a new instance of NotEqualTo from an
underlying specified value.
|
public NotEqualTo(T value)
value - The underlying value in the equality to be tested.public java.lang.Boolean Call(T arg)
Copyright© 2012 Progeneric Systems, Inc. All Rights Reserved.