UnaryFunction.java :  » UML » jrefactory » org » acm » seguin » pmd » util » Java Open Source

Java Open Source » UML » jrefactory 
jrefactory » org » acm » seguin » pmd » util » UnaryFunction.java
package org.acm.seguin.pmd.util;

public interface UnaryFunction {
    void applyTo(Object o);
}
java2s.com  | Contact Us | Privacy Policy
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.