Uses of Class
org.assertj.core.internal.ElementsSatisfyingConsumer
-
Packages that use ElementsSatisfyingConsumer Package Description org.assertj.core.internal -
-
Uses of ElementsSatisfyingConsumer in org.assertj.core.internal
Methods in org.assertj.core.internal that return ElementsSatisfyingConsumer Modifier and Type Method Description (package private) ElementsSatisfyingConsumer<E>ElementsSatisfyingConsumer. withoutElement(E element)NewElementsSatisfyingConsumercontaining all elements except the (first occurrence of the) given element.Methods in org.assertj.core.internal that return types with arguments of type ElementsSatisfyingConsumer Modifier and Type Method Description private static <E> java.util.Queue<ElementsSatisfyingConsumer<E>>Iterables. removeElement(java.util.Queue<ElementsSatisfyingConsumer<E>> satisfiedElementsPerConsumer, E element)private static <E> java.util.Deque<ElementsSatisfyingConsumer<E>>Iterables. satisfiedElementsPerConsumer(java.lang.Iterable<? extends E> actual, java.util.function.Consumer<? super E>... consumers)Method parameters in org.assertj.core.internal with type arguments of type ElementsSatisfyingConsumer Modifier and Type Method Description private static <E> booleanIterables. areAllConsumersSatisfied(java.util.Queue<ElementsSatisfyingConsumer<E>> satisfiedElementsPerConsumer)private static <E> java.util.Queue<ElementsSatisfyingConsumer<E>>Iterables. removeElement(java.util.Queue<ElementsSatisfyingConsumer<E>> satisfiedElementsPerConsumer, E element)
-