Package tech.picnic.errorprone.refaster.matchers


@CheckReturnValue @NullMarked package tech.picnic.errorprone.refaster.matchers
A collection of zero-argument Matcher implementations for use with Refaster's @Matches and @NotMatches annotations.
  • Classes
    Class
    Description
    A matcher of array-typed expressions.
    A matcher of char- and Character-typed expressions.
    A matcher of expressions that are guaranteed to yield "empty" instances, as defined by their respective types.
    A matcher of expressions that represent identity operations.
    A matcher of lambda expressions and method references.
    A matcher of Refaster.asVarargs(T) method invocations.
    A matcher of expressions that may a non-trivial amount of computation.
    A matcher of functional interface expressions for which execution of the functional interface method may throw a checked exception.