Uses of Class
org.reactfx.util.FingerTree.Leaf
Packages that use FingerTree.Leaf
-
Uses of FingerTree.Leaf in org.reactfx.util
Methods in org.reactfx.util that return FingerTree.LeafMethods in org.reactfx.util that return types with arguments of type FingerTree.LeafModifier and TypeMethodDescription(package private) Either
<FingerTree.Leaf<T, S>, Tuple2<FingerTree.NonEmptyFingerTree<T, S>, FingerTree.NonEmptyFingerTree<T, S>>> FingerTree.Leaf.appendLte
(FingerTree<T, S> right) (package private) Either
<FingerTree.Leaf<T, S>, Tuple2<FingerTree.NonEmptyFingerTree<T, S>, FingerTree.NonEmptyFingerTree<T, S>>> FingerTree.Leaf.prependLte
(FingerTree<T, S> left)