public interface Model<T,V> extends IgniteFunction<T,V>
Modifier and Type | Method and Description |
---|---|
default <X,W> Model<T,X> |
combine(Model<T,W> other,
BiFunction<V,W,X> combiner)
Combines this model with other model via specified combiner
|
default String |
toString(boolean pretty) |
default <X,W> Model<T,X> combine(Model<T,W> other, BiFunction<V,W,X> combiner)
other
- Other model.combiner
- Combiner.default String toString(boolean pretty)
pretty
- Use pretty mode.
Follow @ApacheIgnite
Ignite Database and Caching Platform : ver. 2.7.2 Release Date : February 6 2019