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
SEARCH:
Package
software.amazon.smithy.rulesengine
Interface IntoSelf<T extends IntoSelf<T>>
Type Parameters:
T
- the type.
All Superinterfaces:
Into
<T>
All Known Implementing Classes:
Condition
public interface
IntoSelf<T extends IntoSelf<T>>
extends
Into
<T>
An interface that describe a type that can convert itself into itself.
Method Summary
All Methods
Instance Methods
Default Methods
Modifier and Type
Method
Description
default
T
into
()
Method Details
into
default
T
into
()
Specified by:
into
in interface
Into
<
T
extends
IntoSelf
<
T
>>