final class EmailSeriesFactoryImpl extends Object implements com.metaring.framework.type.factory.EmailSeriesFactory
| Modifier and Type | Field and Description |
|---|---|
private Function<String,Stream<String>> |
fromJsonToStringsFunction |
private com.metaring.framework.type.factory.EmailFactory |
itemFactory |
| Constructor and Description |
|---|
EmailSeriesFactoryImpl(Function<String,Stream<String>> fromJsonToStringsFunction,
com.metaring.framework.type.factory.EmailFactory itemFactory) |
| Modifier and Type | Method and Description |
|---|---|
com.metaring.framework.type.series.EmailSeries |
create(com.metaring.framework.type.Email... array) |
com.metaring.framework.type.series.EmailSeries |
create(Iterable<com.metaring.framework.type.Email> iterable) |
com.metaring.framework.type.series.EmailSeries |
fromJson(String json) |
public com.metaring.framework.type.series.EmailSeries create(Iterable<com.metaring.framework.type.Email> iterable)
create in interface com.metaring.framework.type.factory.EmailSeriesFactorypublic com.metaring.framework.type.series.EmailSeries create(com.metaring.framework.type.Email... array)
create in interface com.metaring.framework.type.factory.EmailSeriesFactorypublic com.metaring.framework.type.series.EmailSeries fromJson(String json)
fromJson in interface com.metaring.framework.type.factory.EmailSeriesFactoryCopyright © 2020. All rights reserved.