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> Queue<ElementsSatisfyingConsumer<E>>Iterables. removeElement(Queue<ElementsSatisfyingConsumer<E>> satisfiedElementsPerConsumer, E element)private static <E> Deque<ElementsSatisfyingConsumer<E>>Iterables. satisfiedElementsPerConsumer(Iterable<? extends E> actual, 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(Queue<ElementsSatisfyingConsumer<E>> satisfiedElementsPerConsumer)private static <E> Queue<ElementsSatisfyingConsumer<E>>Iterables. removeElement(Queue<ElementsSatisfyingConsumer<E>> satisfiedElementsPerConsumer, E element)
-