public interface Wrapper
Wrapper defines a single method that can be called to unwrap the object.
| Modifier and Type | Method and Description |
|---|---|
Object |
unwrap()
Unwrap the object by returning the wrapped value.
|
Object unwrap()
Copyright © 2023 HtmlUnit. All rights reserved.