IN - Any given java objectpublic class AdapterMap<IN> extends Object implements org.apache.flink.api.common.functions.MapFunction<IN,org.python.core.PyObject>
| Constructor and Description |
|---|
AdapterMap() |
| Modifier and Type | Method and Description |
|---|---|
static org.python.core.PyObject |
adapt(Object o)
Convert java object to its corresponding PyObject representation.
|
org.python.core.PyObject |
map(IN value) |
public static org.python.core.PyObject adapt(Object o)
o - Java objectCopyright © 2014–2018 The Apache Software Foundation. All rights reserved.