Parallel Template Library
PTL™ 4.0
- java.lang.Object
-
- Progeneric.Ptl.Functors.LessThanOrEqualTo<T>
-
- Type Parameters:
T - The type of objects to compare.
- All Implemented Interfaces:
- IFunc1Arg<T,java.lang.Boolean>, IPredicate<T>
public class LessThanOrEqualTo<T extends java.lang.Comparable<T>>
extends java.lang.Object
implements IPredicate<T>
A unary predicate that tests whether a specified value
is less than or equal to the underlying value of this instance.
-
-
Constructor Summary
Constructors
| Constructor and Description |
LessThanOrEqualTo(T value)
Creates a new instance of LessThanOrEqualTo from an
underlying specified value.
|
-
Method Summary
Methods
| Modifier and Type |
Method and Description |
java.lang.Boolean |
Call(T arg)
Tests whether a specified value is less than
or equal to the underlying value of this instance.
|
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Parallel Template Library
PTL™ 4.0
Copyright© 2012 Progeneric Systems, Inc. All Rights Reserved.