final class TextSeriesFactoryImpl extends Object implements com.metaring.framework.type.factory.TextSeriesFactory
| Modifier and Type | Field and Description |
|---|---|
private Function<String,Stream<String>> |
fromJsonToStringsFunction |
| Constructor and Description |
|---|
TextSeriesFactoryImpl(Function<String,Stream<String>> fromJsonToStringsFunction) |
| Modifier and Type | Method and Description |
|---|---|
com.metaring.framework.type.series.TextSeries |
create(Iterable<String> iterable) |
com.metaring.framework.type.series.TextSeries |
create(String... array) |
com.metaring.framework.type.series.TextSeries |
fromJson(String json) |
public com.metaring.framework.type.series.TextSeries create(Iterable<String> iterable)
create in interface com.metaring.framework.type.factory.TextSeriesFactorypublic com.metaring.framework.type.series.TextSeries create(String... array)
create in interface com.metaring.framework.type.factory.TextSeriesFactorypublic com.metaring.framework.type.series.TextSeries fromJson(String json)
fromJson in interface com.metaring.framework.type.factory.TextSeriesFactoryCopyright © 2019. All rights reserved.