public class Composition extends Object
| Constructor and Description |
|---|
Composition() |
| Modifier and Type | Method and Description |
|---|---|
static List<DomainEvent> |
chain(List<DomainEvent> initialDomainEvents,
Function<List<DomainEvent>,List<DomainEvent>> f) |
public static List<DomainEvent> chain(List<DomainEvent> initialDomainEvents, Function<List<DomainEvent>,List<DomainEvent>> f)
Copyright © 2022. All rights reserved.