| Package | Description |
|---|---|
| com.helger.commons.state |
| 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 © 2014–2017 Philip Helger. All rights reserved.