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 Action2<In1,
In2>
public interface
Action2<In1,
In2>
Findable name for java.util.function.BiConsumer
Method Summary
All Methods
Static Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
void
call
(
In1
a,
In2
b)
static <In1,
In2>
Action2
<In1,
In2>
doNothing
()
Method Details
doNothing
static
<In1,
In2>
Action2
<In1,
In2>
doNothing
()
call
void
call
(
In1
a,
In2
b)