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