T - chain typeR - result typepublic abstract class GaussFactory<T,R> extends GaussChain<T> implements DomainFactory<T,R>, Cloneable
| Constructor and Description |
|---|
GaussFactory() |
| Modifier and Type | Method and Description |
|---|---|
GaussFactory<T,R> |
clone() |
R |
manufacture(Function<List<T>,? extends R> mapper) |
List<T> |
produce() |
List<R> |
produce(Function<? super T,? extends R> mapper) |
getModules, setModules, sortModulepublic List<R> produce(@NonNull Function<? super T,? extends R> mapper)
produce in interface DomainFactory<T,R>mapper - function of creating chainspublic R manufacture(@NonNull Function<List<T>,? extends R> mapper)
manufacture in interface DomainFactory<T,R>mapper - function of creating beanpublic GaussFactory<T,R> clone()
Copyright © 2022. All rights reserved.