public abstract static class Backtrack.Exploration<A> extends ReflectedFunction<A,Iterable<A>> implements Function<A,Iterable<A>>
Iterable<A>
apply(A value)
equals, equals, getOperator, getOperatorArguments, hashCode, toString
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
andThen, compose, identity
public Iterable<A> apply(A value)
apply
Function<A,Iterable<A>>
see also the complete user documentation .