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

    Modifier and Type
    Method
    Description
    Returns the guest value that this host object wraps.
  • Method Details

    • unwrap

      Object unwrap()
      Returns the guest value that this host object wraps.