Interface WalkCondition

  • All Superinterfaces:
    java.util.function.BooleanSupplier

    public interface WalkCondition
    extends java.util.function.BooleanSupplier
    At any time this method returns true, Walker will exit out and return false since it has not successfully traversed the path.