Parallel Template Library
PTL™ 4.0
- java.lang.Object
-
- Progeneric.Ptl.Functors.LogicalNot
-
- All Implemented Interfaces:
- IFunc1Arg<java.lang.Boolean,java.lang.Boolean>
public class LogicalNot
extends java.lang.Object
implements IFunc1Arg<java.lang.Boolean,java.lang.Boolean>
A unary predicate that performs the logical operation
of negation on a specified Boolean value.
-
-
Constructor Summary
Constructors
| Constructor and Description |
LogicalNot() |
-
Method Summary
Methods
| Modifier and Type |
Method and Description |
java.lang.Boolean |
Call(java.lang.Boolean arg)
Performs the logical operation of negation on
a specified Boolean value.
|
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Constructor Detail
-
LogicalNot
public LogicalNot()
Parallel Template Library
PTL™ 4.0
Copyright© 2012 Progeneric Systems, Inc. All Rights Reserved.