Class Predicates2.NotInstanceOf
- java.lang.Object
-
- org.eclipse.collections.impl.block.factory.Predicates2<java.lang.Object,java.lang.Class<?>>
-
- org.eclipse.collections.impl.block.factory.Predicates2.NotInstanceOf
-
- All Implemented Interfaces:
java.io.Serializable
,java.util.function.BiPredicate<java.lang.Object,java.lang.Class<?>>
,Predicate2<java.lang.Object,java.lang.Class<?>>
- Enclosing class:
- Predicates2<T,P>
private static final class Predicates2.NotInstanceOf extends Predicates2<java.lang.Object,java.lang.Class<?>>
-
-
Field Summary
Fields Modifier and Type Field Description private static long
serialVersionUID
-
Constructor Summary
Constructors Modifier Constructor Description private
NotInstanceOf()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
accept(java.lang.Object each, java.lang.Class<?> injectedClass)
java.lang.String
toString()
-
Methods inherited from class org.eclipse.collections.impl.block.factory.Predicates2
alwaysFalse, alwaysTrue, and, and, attributeEqual, attributeGreaterThan, attributeGreaterThanOrEqualTo, attributeIn, attributeLessThan, attributeLessThanOrEqualTo, attributeNotEqual, attributeNotIn, equal, greaterThan, greaterThanOrEqualTo, in, instanceOf, isNull, lessThan, lessThanOrEqualTo, not, notEqual, notIn, notInstanceOf, notNull, notSameAs, or, or, sameAs, throwing, throwing
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface org.eclipse.collections.api.block.predicate.Predicate2
test
-
-
-
-
Field Detail
-
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
-
-