T - type of chainsR - type of beanpublic interface DomainFactory<T,R>
| Modifier and Type | Method and Description |
|---|---|
default R |
manufacture(Function<List<T>,? extends R> mapper) |
default List<R> |
produce(Function<? super T,? extends R> mapper) |
Copyright © 2022. All rights reserved.