Uses of Interface
at.jku.ssw.fp.sect06_2.Reducible
-
Packages that use Reducible Package Description at.jku.ssw.fp.sect06_2 -
-
Uses of Reducible in at.jku.ssw.fp.sect06_2
Methods in at.jku.ssw.fp.sect06_2 that return Reducible Modifier and Type Method Description static <E> Reducible<E>
Reducible. from(Tree<E> tree)
Creates a reducible object for an tree object.static <E> Reducible<E>
Reducible. from(Iterable<E> iterable)
Creates a reducible object for an iterable object.
-