Uses of Class
com.helger.commons.state.SuccessWithValue
Packages that use SuccessWithValue
-
Uses of SuccessWithValue in com.helger.commons.state
Methods in com.helger.commons.state that return SuccessWithValueModifier and TypeMethodDescriptionstatic <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.