T - The type of objects to compare.public class NotEqualTo_<T extends IEquatable<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)
Call in interface IFunc1Arg<T extends IEquatable<T>,java.lang.Boolean>arg - The operand in the equality to be tested.Copyright© 2012 Progeneric Systems, Inc. All Rights Reserved.