Interface Matchable<T>

  • All Known Implementing Classes:
    PolyString

    public interface Matchable<T>
    • Method Detail

      • match

        boolean match​(T other)
      • matches

        boolean matches​(String regex)