Uses of Class
com.helger.base.state.SuccessWithValue
Packages that use SuccessWithValue
-
Uses of SuccessWithValue in com.helger.base.state
Methods in com.helger.base.state that return SuccessWithValueModifier and TypeMethodDescriptionstatic <DATATYPE> @NonNull SuccessWithValue<DATATYPE> SuccessWithValue.create(@NonNull ISuccessIndicator aSuccessIndicator, @Nullable DATATYPE aValue) Create a new object with the given value.static <DATATYPE> @NonNull SuccessWithValue<DATATYPE> SuccessWithValue.createFailure(@Nullable DATATYPE aValue) Create a new failure object with the given value.static <DATATYPE> @NonNull SuccessWithValue<DATATYPE> SuccessWithValue.createSuccess(@Nullable DATATYPE aValue) Create a new success object with the given value.