Uses of Class
org.reactfx.util.FingerTree.Branch
-
Packages that use FingerTree.Branch Package Description org.reactfx.util -
-
Uses of FingerTree.Branch in org.reactfx.util
Methods in org.reactfx.util that return FingerTree.Branch Modifier and Type Method Description private static <T,S>
FingerTree.Branch<T,S>FingerTree. branch(FingerTree.NonEmptyFingerTree<T,S> left, FingerTree.NonEmptyFingerTree<T,S> right)
private static <T,S>
FingerTree.Branch<T,S>FingerTree. branch(FingerTree.NonEmptyFingerTree<T,S> left, FingerTree.NonEmptyFingerTree<T,S> middle, FingerTree.NonEmptyFingerTree<T,S> right)
private static <T,S>
FingerTree.Branch<T,S>FingerTree. branch(LL.Cons<FingerTree.NonEmptyFingerTree<T,S>> children)
Methods in org.reactfx.util that return types with arguments of type FingerTree.Branch Modifier and Type Method Description (package private) Either<FingerTree.Branch<T,S>,Tuple2<FingerTree.NonEmptyFingerTree<T,S>,FingerTree.NonEmptyFingerTree<T,S>>>
FingerTree.Branch. appendLte(FingerTree<T,S> suffix)
(package private) Either<FingerTree.Branch<T,S>,Tuple2<FingerTree.NonEmptyFingerTree<T,S>,FingerTree.NonEmptyFingerTree<T,S>>>
FingerTree.Branch. prependLte(FingerTree<T,S> prefix)
-