org.jruby.util.func
Interface Function2<R,A0,A1>


public interface Function2<R,A0,A1>


Method Summary
 R apply(A0 a0, A1 a1)
           
 

Method Detail

apply

R apply(A0 a0,
        A1 a1)


Copyright © 2002-2009 JRuby Team. All Rights Reserved.