Interface IElementType.Predicate

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

@FunctionalInterface public static interface IElementType.Predicate
Predicate for matching element types.
See Also:
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    matches(@NotNull IElementType type)
     
  • Method Details

    • matches

      boolean matches(@NotNull @NotNull IElementType type)