package brainslug.flow.node.task; import brainslug.flow.expression.Predicate; public interface GoalPredicate<Context> extends Predicate<Context> { }