net.sourceforge.pmd.util

Class Applier

public class Applier extends Object

BSD-style license; for more info see http://pmd.sourceforge.net/license.html
Method Summary
static <E> voidapply(UnaryFunction<E> f, Iterator<? extends E> i)

Method Detail

apply

public static <E> void apply(UnaryFunction<E> f, Iterator<? extends E> i)