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