Package owl.translations.safra
Class Tree<L>
- java.lang.Object
-
- owl.translations.safra.Tree<L>
-
@Immutable public abstract class Tree<L> extends Object
-
-
Constructor Summary
Constructors Constructor Description Tree()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidforEach(BiConsumer<L,List<L>> action)voidforEach(Consumer<L> action)Tree<L>map(BiFunction<L,List<Tree<L>>,Tree<L>> function)Tree<L>map(Function<L,L> function)StringtoString()Tree<L>with(L label)
-
-
-
Method Detail
-
forEach
public void forEach(BiConsumer<L,List<L>> action)
-
-