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
io.dingodb.sdk.common.utils
Interface NoBreakFunctions.Consumer<T>
Enclosing class:
NoBreakFunctions
public static interface
NoBreakFunctions.Consumer<T>
Consumer
.
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
void
accept
(
T
argument)
Method Details
accept
void
accept
(
T
argument)
throws
Exception
Throws:
Exception