Interface ConstraintParser<T,V>

Type Parameters:
T - The sender type
V - The type the constraint is applied to

public interface ConstraintParser<T,V>
Represents a parser that can create constraints from strings specified in the command file
  • Method Summary

    Modifier and Type
    Method
    Description
    Parse a constraint
  • Method Details

    • parse

      Constraint<T,V> parse(String val)
      Parse a constraint
      Parameters:
      val - The string value of the constraint
      Returns:
      The created constraint