JavaScript is disabled on your browser.
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
akka.japi
Interface Function2<T1,T2,R>
public interface
Function2<T1,T2,R>
A Function interface. Used to create 2-arg first-class-functions is Java.
Method Summary
Methods
Modifier and Type
Method and Description
R
apply
(
T1
arg1,
T2
arg2)
Method Detail
apply
R
apply(
T1
arg1,
T2
arg2)
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method