public static class IWrapperStatement.DefaultImpls
| Modifier and Type | Method and Description |
|---|---|
static boolean |
_isWrapperFor(IWrapperStatement $this,
java.lang.Class<?> iface) |
static <T> T |
_unwrap(IWrapperStatement $this,
java.lang.Class<T> iface) |
static boolean |
isWrapperFor(IWrapperStatement $this,
java.lang.Class<?> iface) |
static <T> T |
unwrap(IWrapperStatement $this,
java.lang.Class<T> iface) |
public static boolean isWrapperFor(IWrapperStatement $this, java.lang.Class<?> iface)
public static <T> T unwrap(IWrapperStatement $this, java.lang.Class<T> iface)
public static boolean _isWrapperFor(IWrapperStatement $this, java.lang.Class<?> iface)
public static <T> T _unwrap(IWrapperStatement $this, java.lang.Class<T> iface)