Payload - The payload type.public final class RemoveHandlerIterable<Payload> extends Object implements Iterable<Payload>
RemoveHandlerIterable is an Iterable that can be wrapped
around a given Iterable and generates Iterators that
filters out values according to a given Predicate.| Constructor and Description |
|---|
RemoveHandlerIterable(Iterable<? extends Payload> iterable,
Handler<? super Payload> removeHandler)
Creates a new
RemoveHandlerIterable. |
| Modifier and Type | Method and Description |
|---|---|
RemoveHandlerIterator<Payload> |
iterator() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEach, spliteratorpublic RemoveHandlerIterable(Iterable<? extends Payload> iterable, Handler<? super Payload> removeHandler) throws IllegalArgumentException
RemoveHandlerIterable.iterable - The Iterable to iterate over.removeHandler - The Handler to be used.IllegalArgumentException - If the given Iterable is null or if the
given Handler is null.public RemoveHandlerIterator<Payload> iterator()
Copyright © 2015–2017 Markenwerk – Gesellschaft für markenbildende Maßnahmen mbH. All rights reserved.