net.sourceforge.pmd.util

Interface UnaryFunction<E>

public interface UnaryFunction<E>

BSD-style license; for more info see http://pmd.sourceforge.net/license.html
Method Summary
voidapplyTo(E o)

Method Detail

applyTo

public void applyTo(E o)