Interface AutoBoolean

All Known Implementing Classes:
AndBoolean, NotBoolean, OrBoolean

public interface AutoBoolean
Represents a way of conditionally running commands in an auto group.
  • Method Details

    • getSupplier

      BooleanSupplier getSupplier(BooleanSupplier... children)
      Get the boolean supplier for this AutoBoolean
      Parameters:
      children - The boolean suppliers to use in the group
      Returns:
      The boolean supplier for this AutoBoolean