Uses of Class
com.helger.commons.state.SuccessWithValue
-
Packages that use SuccessWithValue Package Description com.helger.commons.state -
-
Uses of SuccessWithValue in com.helger.commons.state
Methods in com.helger.commons.state that return SuccessWithValue Modifier and Type Method 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.
-