JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Summary:
Nested
Field
Constr
Method
Detail:
Field
Constr
Method
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
SEARCH
Package
dev.enola.common.function
Interface Processor<T>
All Known Implementing Classes:
Secret
public interface
Processor
<T>
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
<R> R
map
(
Function
<
T
,
R> mapping)
void
process
(
Consumer
<
T
> action)
Method Details
process
void
process
(
Consumer
<
T
> action)
map
<R>
R
map
(
Function
<
T
,
R> mapping)