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