com.github.javachat.streems.IteratorProvider Maven / Gradle / Ivy
package com.github.javachat.streems;
import java.util.Iterator;
import java.util.function.Function;
/**
* Functional interface used by a node providing an {@link Iterator} of its
* children
*
* @param the type of nodes in the tree
*/
@FunctionalInterface
public interface IteratorProvider
extends Function>
{
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy