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
com.github.dm.jrt.function
Interface Consumer<IN>
Type Parameters:
IN
- the input data type.
All Known Implementing Classes:
ConsumerWrapper
public interface
Consumer<IN>
Interface representing an operation that accepts an input argument and returns no result.
Created by davide-maestroni on 09/21/2015.
Method Summary
Methods
Modifier and Type
Method and Description
void
accept
(
IN
in)
Performs this operation on the given argument.
Method Detail
accept
void accept(
IN
in)
Performs this operation on the given argument.
Parameters:
in
- the input argument.
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