Interface Condition


  • public interface Condition
    A function that answers whether a kind of condition is met or not.
    Author:
    Leonid Bushuev from JetBrains
    • Method Detail

      • met

        boolean met()
        Whether the condition is met.
        Returns:
        true if the condition is met