public final class AggregateUpdate<A> extends Object
| Constructor and Description |
|---|
AggregateUpdate() |
| Modifier and Type | Method and Description |
|---|---|
<S> AggregateUpdate<S> |
map(java.util.function.Function<A,S> f) |
static <A> AggregateUpdate<A> |
of(A a) |
public static <A> AggregateUpdate<A> of(A a)
public <S> AggregateUpdate<S> map(java.util.function.Function<A,S> f)
Copyright © 2019. All rights reserved.