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> BDigit. 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> BFour. 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> BOne. 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> BThree. 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> BTwo. 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)
-