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
swim.dynamic
Package
swim.dynamic
Interface GuestWrapper
All Known Implementing Classes:
BridgeGuest
public interface
GuestWrapper
A host object that wraps a guest value.
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
Object
unwrap
()
Returns the guest value that this host object wraps.
Method Details
unwrap
Object
unwrap
()
Returns the guest value that this host object wraps.