Uses of Class
com.helger.phase4.error.AS4Error
Packages that use AS4Error
-
Uses of AS4Error in com.helger.phase4.error
Methods in com.helger.phase4.error that return AS4ErrorMethods in com.helger.phase4.error that return types with arguments of type AS4ErrorModifier and TypeMethodDescriptionAS4ErrorList.iterator()Get an iterator over all contained errors.Methods in com.helger.phase4.error with parameters of type AS4ErrorMethod parameters in com.helger.phase4.error with type arguments of type AS4ErrorModifier and TypeMethodDescriptionvoidIterate over each contained error with the provided consumer.<T> @NonNull com.helger.collection.commons.ICommonsList<T> AS4ErrorList.getAllMapped(@NonNull Function<? super AS4Error, T> aFunc) Get a mapped list of all contained errors.