Package | Description |
---|---|
net.bluemind.core.rest.base |
Modifier and Type | Field and Description |
---|---|
GenericStream.State |
GenericStream.StreamState.state |
Modifier and Type | Method and Description |
---|---|
static GenericStream.State |
GenericStream.State.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static GenericStream.State[] |
GenericStream.State.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static <T> GenericStream.StreamState<T> |
GenericStream.StreamState.create(GenericStream.State state,
T value) |
Constructor and Description |
---|
StreamState(GenericStream.State state,
T value) |
Copyright © 2021. All Rights Reserved.