Uses of Class
org.assertj.core.internal.ElementsSatisfyingConsumer
Packages that use ElementsSatisfyingConsumer
-
Uses of ElementsSatisfyingConsumer in org.assertj.core.internal
Methods in org.assertj.core.internal that return ElementsSatisfyingConsumerModifier and TypeMethodDescription(package private) ElementsSatisfyingConsumer
<E> ElementsSatisfyingConsumer.withoutElement
(E element) NewElementsSatisfyingConsumer
containing all elements except the first occurrence of the given element.Methods in org.assertj.core.internal that return types with arguments of type ElementsSatisfyingConsumerModifier and TypeMethodDescriptionprivate 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 ElementsSatisfyingConsumerModifier and TypeMethodDescriptionprivate static <E> boolean
Iterables.areAllConsumersSatisfied
(Queue<ElementsSatisfyingConsumer<E>> satisfiedElementsPerConsumer) private static <E> Queue
<ElementsSatisfyingConsumer<E>> Iterables.removeElement
(Queue<ElementsSatisfyingConsumer<E>> satisfiedElementsPerConsumer, E element)