T - the type of the delegate.@Experimental public interface Delegating<T>
| Modifier and Type | Method and Description |
|---|---|
T |
getDelegate()
The underlying delegate.
|
default T |
unwrap()
Unwrap the underlying delegate, through the recursively wrapped
Delegating interfaces if available. |
T getDelegate()
null.default T unwrap()
Delegating interfaces if available.Copyright © 2026 lettuce.io. All rights reserved.