JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Tree
Index
Help
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
SEARCH:
Package
org.openrewrite.test
Interface UncheckedConsumer<T>
All Superinterfaces:
Consumer
<T>
public interface
UncheckedConsumer<T>
extends
Consumer
<T>
Method Summary
All Methods
Instance Methods
Abstract Methods
Default Methods
Modifier and Type
Method
Description
default void
accept
(
T
t)
void
acceptThrows
(
T
t)
Methods inherited from interface java.util.function.
Consumer
andThen
Method Details
accept
default
void
accept
(
T
t)
Specified by:
accept
in interface
Consumer
<
T
>
acceptThrows
void
acceptThrows
(
T
t)
throws
Exception
Throws:
Exception