Interface DuckType.Wrapper

  • Enclosing class:
    DuckType

    public static interface DuckType.Wrapper
    Interface DuckType#Wrapper. An interface for DuckType proxies that allows clients to access the proxied value. The value returned by calling DuckType#implement always implements this interface.
    • Method Detail

      • duckType_GetWrappedValue

        java.lang.Object duckType_GetWrappedValue()
        Method duckType_GetWrappedValue. Returns the proxied value.
        Returns:
        The proxied value.