Package com.devebot.opflow
Class OpflowRestrictable.Filter
java.lang.Object
com.devebot.opflow.OpflowRestrictable.Filter
- Direct Known Subclasses:
OpflowRestrictable.Runner,OpflowRestrictor.Filter
- Enclosing class:
- OpflowRestrictable
public abstract static class OpflowRestrictable.Filter extends Object
-
Field Summary
Fields Modifier and Type Field Description protected OpflowRestrictable.Filterparent -
Constructor Summary
Constructors Constructor Description Filter() -
Method Summary
Modifier and Type Method Description protected <T> Texecute(OpflowRestrictable.Action<T> action)abstract <T> Tfilter(OpflowRestrictable.Action<T> action)voidsetParent(OpflowRestrictable.Filter parent)