JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
SEARCH:
Package
org.lambda.actions
Interface Action3<In1,
In2,
In3>
public interface
Action3<In1,
In2,
In3>
Method Summary
All Methods
Static Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
void
call
(
In1
a,
In2
b,
In3
c)
static <In1,
In2,
In3>
Action3
<In1,
In2,
In3>
doNothing
()
Method Details
doNothing
static
<In1,
In2,
In3>
Action3
<In1,
In2,
In3>
doNothing
()
call
void
call
(
In1
a,
In2
b,
In3
c)