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