final class TruthSeriesFactoryImpl extends Object implements com.metaring.framework.type.factory.TruthSeriesFactory
| Modifier and Type | Field and Description |
|---|---|
private Function<String,Stream<String>> |
fromJsonToStringsFunction |
| Constructor and Description |
|---|
TruthSeriesFactoryImpl(Function<String,Stream<String>> fromJsonToStringsFunction) |
| Modifier and Type | Method and Description |
|---|---|
com.metaring.framework.type.series.TruthSeries |
create(Boolean... array) |
com.metaring.framework.type.series.TruthSeries |
create(Iterable<Boolean> iterable) |
com.metaring.framework.type.series.TruthSeries |
fromJson(String json) |
public com.metaring.framework.type.series.TruthSeries create(Iterable<Boolean> iterable)
create in interface com.metaring.framework.type.factory.TruthSeriesFactorypublic com.metaring.framework.type.series.TruthSeries create(Boolean... array)
create in interface com.metaring.framework.type.factory.TruthSeriesFactorypublic com.metaring.framework.type.series.TruthSeries fromJson(String json)
fromJson in interface com.metaring.framework.type.factory.TruthSeriesFactoryCopyright © 2020. All rights reserved.