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
io.github.robwin.swagger2markup.utils
Interface Consumer<T>
public interface
Consumer<T>
Java 8 style Consumer functional interface
Method Summary
Methods
Modifier and Type
Method and Description
void
accept
(
T
t)
The function itself
Method Detail
accept
void accept(
T
t)
The function itself
Parameters:
t
- the function 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