JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Use
Tree
Index
Search
Help
org.apache.commons.functor.core
Uses of Package
org.apache.commons.functor.core
Packages that use
org.apache.commons.functor.core
Package
Description
org.apache.commons.functor.core
Commonly used functor implementations.
Classes in
org.apache.commons.functor.core
used by
org.apache.commons.functor.core
Class
Description
Constant
Evaluates
to constant value.
Identity
Evaluates
to its input argument.
IsEqual
Tests
true
iff its arguments are
equal
or both
null
.
IsInstance
Tests
true
iff its argument
is an instance
of some specified
Class
.
IsNotEqual
Tests
true
iff its arguments are not
equal
or both
null
.
IsNotNull
Tests
false
iff its argument is
null
.
IsNotSame
Tests
the reference (!=) inequality of its arguments.
IsNull
Tests
true
iff its argument is
null
.
IsSame
Tests
the reference (==) equality of its arguments.
NoOp
A procedure that does nothing at all.