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 GraphInterceptor<T>
public interface
GraphInterceptor<T>
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
T
init
(
T
value)
T
release
(
T
value)
Method Details
init
T
init
(
T
value)
release
T
release
(
T
value)