| Package | Description |
|---|---|
| com.phloc.commons.state.impl |
| Modifier and Type | Method and Description |
|---|---|
static <DATATYPE> SuccessWithValue<DATATYPE> |
SuccessWithValue.create(ISuccessIndicator aSuccessIndicator,
DATATYPE aValue)
Create a new object with the given value.
|
static <DATATYPE> SuccessWithValue<DATATYPE> |
SuccessWithValue.createFailure(DATATYPE aValue)
Create a new failure object with the given value.
|
static <DATATYPE> SuccessWithValue<DATATYPE> |
SuccessWithValue.createSuccess(DATATYPE aValue)
Create a new success object with the given value.
|
Copyright © 2006–2015 phloc systems. All rights reserved.