Uses of Class
fj.data.fingertrees.Measured
Packages that use Measured
Package
Description
Provides 2-3 finger trees, a functional representation of persistent sequences supporting access to the ends in
amortized O(1) time.
-
Uses of Measured in fj.data.fingertrees
Methods in fj.data.fingertrees that return MeasuredModifier and TypeMethodDescriptionMeasured.digitMeasured()A measured instance for digits.FingerTree.measured()static <V,A> Measured <V, A> Constructs a Measured instance for the element type, given a monoid and a measuring function.static <V,A> Measured <V, A> Measured.nodeMeasured()A measured instance for nodes.Methods in fj.data.fingertrees with parameters of type MeasuredModifier and TypeMethodDescription<B> FingerTree<V, B> Maps a function across the elements of this digit, measuring with the given measurement.<B> FingerTree<V, B> abstract <B> FingerTree<V, B> Maps the given function across this tree, measuring with the given Measured instance.<B> FingerTree<V, B> static <V,A> MakeTree <V, A> Returns a builder of trees and tree components that annotates them using the given Measured instance.