public class CompositeEventCondition extends Object implements org.openksavi.sponge.rule.EventCondition
| Constructor and Description |
|---|
CompositeEventCondition(org.openksavi.sponge.rule.EventCondition... conditions) |
CompositeEventCondition(Function<? super T,? extends org.openksavi.sponge.rule.EventCondition> mapper,
T... conditionTemplates) |
CompositeEventCondition(List<org.openksavi.sponge.rule.EventCondition> conditions) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
condition(org.openksavi.sponge.rule.Rule rule,
org.openksavi.sponge.event.Event event) |
public CompositeEventCondition(org.openksavi.sponge.rule.EventCondition... conditions)
public CompositeEventCondition(List<org.openksavi.sponge.rule.EventCondition> conditions)
@SafeVarargs public CompositeEventCondition(Function<? super T,? extends org.openksavi.sponge.rule.EventCondition> mapper, T... conditionTemplates)
Copyright © 2016–2017 Softelnet. All rights reserved.