Interface ContextRendererCondition<C,​T>

  • Type Parameters:
    T - the type of the element to be checked
    C - the type of the context in which this should be checked
    All Known Implementing Classes:
    PlanDefinitionActionEndEventCondition, PlanDefinitionActionStartEventCondition

    public interface ContextRendererCondition<C,​T>

    A RendererCondition based on the concept of RendererCondition but with a given context in which the condition should be checked

    Author:
    Andreas Pointner
    • Method Detail

      • createCondition

        BiPredicate<C,​T> createCondition()
        Creates the condition object
        Returns:
        the predicate to test of the condition