Package com.exedio.cope
Class InstanceOfCondition<E extends Item>
java.lang.Object
com.exedio.cope.Condition
com.exedio.cope.InstanceOfCondition<E>
- All Implemented Interfaces:
Serializable
- See Also:
-
Field Summary
-
Constructor Summary
ConstructorsConstructorDescriptionInstanceOfCondition
(ItemFunction<E> function, boolean not, Type<?>[] types) Instead of using this constructor directly, you may want to use the convenience methods.InstanceOfCondition
(ItemFunction<E> function, boolean not, Type<? extends E> type1) InstanceOfCondition
(ItemFunction<E> function, boolean not, Type<? extends E> type1, Type<? extends E> type2) InstanceOfCondition
(ItemFunction<E> function, boolean not, Type<? extends E> type1, Type<? extends E> type2, Type<? extends E> type3) InstanceOfCondition
(ItemFunction<E> function, boolean not, Type<? extends E> type1, Type<? extends E> type2, Type<? extends E> type3, Type<? extends E> type4) -
Method Summary
-
Constructor Details
-
InstanceOfCondition
Instead of using this constructor directly, you may want to use the convenience methods.- See Also:
-
ItemFunction.instanceOf(Type)
ItemFunction.instanceOf(Type, Type)
ItemFunction.instanceOf(Type, Type, Type)
ItemFunction.instanceOf(Type, Type, Type, Type)
ItemFunction.instanceOf(Type[])
ItemFunction.notInstanceOf(Type)
ItemFunction.notInstanceOf(Type, Type)
ItemFunction.notInstanceOf(Type, Type, Type)
ItemFunction.notInstanceOf(Type, Type, Type, Type)
ItemFunction.notInstanceOf(Type[])
-
InstanceOfCondition
-
InstanceOfCondition
-
InstanceOfCondition
-
InstanceOfCondition
-
-
Method Details