Uses of Class
org.opentestfactory.utils.ListOf
Packages that use ListOf
Package
Description
All-purpose utilities (List operators, validation primitives and such.
-
Uses of ListOf in org.opentestfactory.utils
Methods in org.opentestfactory.utils that return ListOfModifier and TypeMethodDescriptionListOf.attributeMatchAny(Function<T, A> getter, Collection<A> matchingValues) Get all list elements which value for the target attribute is in the given list.ListOf.attributeMatchUndefined(Function<T, A> getter) Get all list elements where the attribute isnull.ListOf.attributeMatchValue(Function<T, A> getter, A matchingValue) Get all list elements with the given (non null) value for an attribute retrieved through the provided getter.