Interface Matcher<T extends org.openrewrite.java.tree.J>

Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@Incubating(since="8.3.0") @FunctionalInterface public interface Matcher<T extends org.openrewrite.java.tree.J>
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
     
  • Method Details

    • matches

      boolean matches(T t)