public final class TypedPullSupplierHelper
extends java.lang.Object
Constructor and Description |
---|
TypedPullSupplierHelper() |
Modifier and Type | Method and Description |
---|---|
static TypedPullSupplier |
extract(Any any) |
static java.lang.String |
id() |
static void |
insert(Any any,
TypedPullSupplier s) |
static TypedPullSupplier |
narrow(Object obj) |
static TypedPullSupplier |
read(InputStream in) |
static TypeCode |
type() |
static TypedPullSupplier |
unchecked_narrow(Object obj) |
static void |
write(OutputStream _out,
TypedPullSupplier s) |
public static void insert(Any any, TypedPullSupplier s)
public static TypedPullSupplier extract(Any any)
public static TypeCode type()
public static java.lang.String id()
public static TypedPullSupplier read(InputStream in)
public static void write(OutputStream _out, TypedPullSupplier s)
public static TypedPullSupplier narrow(Object obj)
public static TypedPullSupplier unchecked_narrow(Object obj)