Package org.camunda.bpm.engine.impl.tree
Class ReferenceWalker.NullCondition<S>
- java.lang.Object
-
- org.camunda.bpm.engine.impl.tree.ReferenceWalker.NullCondition<S>
-
- All Implemented Interfaces:
ReferenceWalker.WalkCondition<S>
- Enclosing class:
- ReferenceWalker<T>
public static class ReferenceWalker.NullCondition<S> extends Object implements ReferenceWalker.WalkCondition<S>
-
-
Constructor Summary
Constructors Constructor Description NullCondition()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
isFulfilled(S element)
static <S> ReferenceWalker.WalkCondition<S>
notNull()
-
-
-
Method Detail
-
isFulfilled
public boolean isFulfilled(S element)
- Specified by:
isFulfilled
in interfaceReferenceWalker.WalkCondition<S>
-
notNull
public static <S> ReferenceWalker.WalkCondition<S> notNull()
-
-