public static final class CoreOperatorFactory.ExtendFragment extends Object
Modifier and Type | Method and Description |
---|---|
<T> CoreOperatorFactory.Extend<T> |
as(Class<T> target)
Creates a new extend operator instance from the target (downstream) data model class.
|
<T> CoreOperatorFactory.Extend<T> |
as(Out<T> target)
Creates a new extend operator instance from a flow output object which has the same type as the
target (downstream) data model type.
|
<T> CoreOperatorFactory.Extend<T> |
as(Source<T> target)
Creates a new extend operator instance from a source object which has the same type as the
target (downstream) data model type.
|
public <T> CoreOperatorFactory.Extend<T> as(Class<T> target)
T
- the target data model typetarget
- the target data model classpublic <T> CoreOperatorFactory.Extend<T> as(Source<T> target)
T
- the target data model typetarget
- a source object which has the target data model typepublic <T> CoreOperatorFactory.Extend<T> as(Out<T> target)
T
- the target data model typetarget
- a flow output object which has the target data model typeCopyright © 2011–2019 Asakusa Framework Team. All rights reserved.