- All Known Subinterfaces:
- F2<T1,T2,R>, FoldLeftF2<T1,T2>, FoldRightF2<T1,T2>
- All Known Implementing Classes:
- RichFunction2
public interface Function2<T1,T2,R>
A function of 2 parameters.
- See Also:
- "http://www.scala-lang.org/api/2.9.1/index.html#scala.Function2"