T - The type of objects to compare.public class EqualTo_<T extends IEquatable<T>> extends java.lang.Object implements IPredicate<T>
| Constructor and Description |
|---|
EqualTo_(T value)
Creates a new instance of EqualTo_ from an
underlying specified value.
|
public EqualTo_(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.