public class FilterFunction<T> extends Object implements IteratorToIteratorFunction<T>
FilterFunction(Predicate<T> predicate)
Iterator<Option<T>>
apply(Iterator<Option<T>> input)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
andThen, compose, identity
public FilterFunction(Predicate<T> predicate)
public Iterator<Option<T>> apply(Iterator<Option<T>> input)
apply
Function<Iterator<Option<T>>,Iterator<Option<T>>>
Copyright © 2007–2018 The Apache Software Foundation. All rights reserved.