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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.Object
duckType_GetWrappedValue()
Method duckType_GetWrappedValue.
-