public interface Unwrappable<T>
Modifier and Type | Method and Description |
---|---|
boolean |
isWrapper()
Returns true if the object is a wrapper for another object
|
T |
unwrap()
Unwrapps am object that is wrapped by this object
If the object is not a wrapper then it must return itself (this)!
|
boolean isWrapper()
T unwrap()
Copyright © 2008–2023 Apache Software Foundation. All rights reserved.