Package org.apache.pekko.japi
Interface Function2<T1,T2,R>
-
public interface Function2<T1,T2,R>Deprecated.Will be removed in favor of pekko.japi.function.Function2 in Pekko 2.0.0. Since 1.2.0.A Function interface. Used to create 2-arg first-class-functions is Java.This class is kept for compatibility, but for future API's please prefer
pekko.japi.function.Function2.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description Rapply(T1 arg1, T2 arg2)Deprecated.
-