IErrorList instead.@Deprecated public interface IResourceErrorGroup extends IErrorBaseList<IResourceError>, IHasSize
| Modifier and Type | Method and Description |
|---|---|
default void |
forEachResourceError(Consumer<? super IResourceError> aConsumer)
Deprecated.
Use
Iterable.forEach(Consumer) instead |
default IResourceErrorGroup |
getAllErrors()
Deprecated.
Get a resource error group containing only the error elements.
|
default IResourceErrorGroup |
getAllFailures()
Deprecated.
Get a resource error group containing only the failure elements.
|
ICommonsList<IResourceError> |
getAllResourceErrors()
Deprecated.
Get a list of all contained resource errors.
|
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, spliteratorgetSize, isEmpty, isNotEmpty@Nonnull default IResourceErrorGroup getAllFailures()
EErrorLevel.SUCCESS are considered to be a failure!@Nonnull default IResourceErrorGroup getAllErrors()
EErrorLevel.ERROR are considered to be an error!@Nonnull @ReturnsMutableCopy ICommonsList<IResourceError> getAllResourceErrors()
null list of all contained error objects@Deprecated default void forEachResourceError(@Nonnull Consumer<? super IResourceError> aConsumer)
Iterable.forEach(Consumer) insteadaConsumer - The consumer to be invoked. May not be null. May only
perform reading actions!Copyright © 2014–2016 Philip Helger. All rights reserved.