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 Summary

    Modifier and Type Method Description
    java.lang.Object duckType_GetWrappedValue()
    Method duckType_GetWrappedValue.
  • Method Details

    • duckType_GetWrappedValue

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