public final class PullSupplierHelper extends Object
Constructor and Description |
---|
PullSupplierHelper() |
Modifier and Type | Method and Description |
---|---|
static PullSupplier |
extract(Any any) |
static String |
id() |
static void |
insert(Any any,
PullSupplier s) |
static PullSupplier |
narrow(Object obj) |
static PullSupplier |
read(InputStream in) |
static TypeCode |
type() |
static PullSupplier |
unchecked_narrow(Object obj) |
static void |
write(OutputStream _out,
PullSupplier s) |
public static void insert(Any any, PullSupplier s)
public static PullSupplier extract(Any any)
public static TypeCode type()
public static String id()
public static PullSupplier read(InputStream in)
public static void write(OutputStream _out, PullSupplier s)
public static PullSupplier narrow(Object obj)
public static PullSupplier unchecked_narrow(Object obj)
Copyright © 2016 JacORB. All rights reserved.