org.glassfish.gmbal.generic
Interface BinaryFunction<S,T,R>

All Known Subinterfaces:
MBeanSkeleton.Operation

public interface BinaryFunction<S,T,R>


Method Summary
 R evaluate(S arg1, T arg2)
           
 

Method Detail

evaluate

R evaluate(S arg1,
           T arg2)


Copyright © 2005-2015 Oracle Corporation. All Rights Reserved.