JavaScript is disabled on your browser.
Skip navigation links
Module
Package
Class
Tree
Index
Help
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
SEARCH:
Module
kora.application.graph
Package
ru.tinkoff.kora.application.graph
Interface Node<T>
All Known Implementing Classes:
NodeImpl
public sealed interface
Node<T>
permits
NodeImpl
<T>
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
boolean
isValueOf
()
Class
<?>[]
tags
()
Type
type
()
Node
<
T
>
valueOf
()
Method Details
valueOf
Node
<
T
>
valueOf
()
isValueOf
boolean
isValueOf
()
type
Type
type
()
tags
Class
<?>[]
tags
()