IErrorList instead.@Deprecated public interface IErrorList extends IErrorBaseList<IError>, IFieldErrorList<IError>, IHasSize
IErrorList.| Modifier and Type | Method and Description |
|---|---|
ICommonsList<IError> |
getAllItems()
Deprecated.
|
ICommonsList<String> |
getAllItemTexts()
Deprecated.
|
default IMultiMapListBased<String,IError> |
getGroupedByFieldName()
Deprecated.
|
default IMultiMapListBased<String,IError> |
getGroupedByID()
Deprecated.
|
default int |
getItemCount()
Deprecated.
|
IErrorList |
getListWithoutField()
Deprecated.
|
containsAtLeastOneError, containsAtLeastOneFailure, containsAtLeastOneSuccess, containsAtLeastOneWarningOrError, containsNoError, containsNoFailure, containsNoSuccess, containsOnlyError, containsOnlyFailure, containsOnlySuccess, getErrorCount, getFailureCount, getMostSevereErrorLevel, getSuccessCount, hasErrorsOrWarningscontainsAny, containsNone, containsOnly, findAll, findAllInstanceOf, findAllMapped, findAllMapped, findAllMapped, findFirst, findFirst, findFirstMapped, findFirstMapped, forEach, forEach, forEachBreakable, getIteratorCount, getIteratorCountforEach, iterator, spliteratorgetAllItemTextsOfField, getAllItemTextsOfFields, getAllItemTextsOfFieldsRegExp, getAllItemTextsOfFieldsStartingWith, getListOfField, getListOfFields, getListOfFieldsRegExp, getListOfFieldsStartingWith, hasEntryForField, hasEntryForField, hasEntryForFields, hasNoEntryForField, hasNoEntryForFieldsgetSize, isEmpty, isNotEmpty@Nonnegative @Deprecated default int getItemCount()
@Nonnull @ReturnsMutableCopy ICommonsList<IError> getAllItems()
null
.@Nonnull @ReturnsMutableCopy ICommonsList<String> getAllItemTexts()
IError objects. Never
null.@Nonnull @ReturnsMutableCopy IErrorList getListWithoutField()
@Nonnull @ReturnsMutableCopy default IMultiMapListBased<String,IError> getGroupedByID()
getGroupedByID in interface IFieldErrorList<IError>@Nonnull @ReturnsMutableCopy default IMultiMapListBased<String,IError> getGroupedByFieldName()
getGroupedByFieldName in interface IFieldErrorList<IError>Copyright © 2014–2016 Philip Helger. All rights reserved.