Class Applier

java.lang.Object
net.sourceforge.pmd.lang.symboltable.Applier

@Deprecated public final class Applier extends Object
Deprecated.
Since 7.19.0. For more info, see net.sourceforge.pmd.lang.symboltable.
  • Method Details

    • apply

      public static <E> void apply(Predicate<E> f, Iterator<? extends E> i)
      Deprecated.