public class ParentFunction<T> extends Object implements ElementToIteratorFunction<T>
ParentFunction(TreeProvider<T> provider)
Iterator<T>
apply(T element)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
andThen, compose, identity
public ParentFunction(TreeProvider<T> provider)
public Iterator<T> apply(T element)
apply
Function<T,Iterator<T>>
Copyright © 2007–2018 The Apache Software Foundation. All rights reserved.