Uses of Class
fj.data.fingertrees.One
-
Packages that use One Package Description fj.data.fingertrees Provides 2-3 finger trees, a functional representation of persistent sequences supporting access to the ends in amortized O(1) time. -
-
Uses of One in fj.data.fingertrees
Methods in fj.data.fingertrees that return One Modifier and Type Method Description One<V,A>
MakeTree. one(A a)
A digit of one element.Method parameters in fj.data.fingertrees with type arguments of type One Modifier and Type Method Description abstract <B> B
Digit. match(F<One<V,A>,B> one, F<Two<V,A>,B> two, F<Three<V,A>,B> three, F<Four<V,A>,B> four)
Structural pattern matching on digits.<B> B
Four. match(F<One<V,A>,B> one, F<Two<V,A>,B> two, F<Three<V,A>,B> three, F<Four<V,A>,B> four)
<B> B
One. match(F<One<V,A>,B> one, F<Two<V,A>,B> two, F<Three<V,A>,B> three, F<Four<V,A>,B> four)
<B> B
Three. match(F<One<V,A>,B> one, F<Two<V,A>,B> two, F<Three<V,A>,B> three, F<Four<V,A>,B> four)
<B> B
Two. match(F<One<V,A>,B> one, F<Two<V,A>,B> two, F<Three<V,A>,B> three, F<Four<V,A>,B> four)
-