Uses of Interface
org.reactfx.util.ToSemigroup
Packages that use ToSemigroup
-
Uses of ToSemigroup in org.reactfx.collection
Fields in org.reactfx.collection declared as ToSemigroup -
Uses of ToSemigroup in org.reactfx.util
Fields in org.reactfx.util declared as ToSemigroupModifier and TypeFieldDescriptionprivate static final ToSemigroup<List<?>, Integer> ListConcatenation.LIST_SIZE_MONOIDprivate static final ToSemigroup<SparseList.Segment<?>, SparseList.Stats> SparseList.SEGMENT_STATS(package private) final ToSemigroup<? super T, S> FingerTree.semigroupMethods in org.reactfx.util with parameters of type ToSemigroupModifier and TypeMethodDescriptionstatic <T,S> FingerTree <T, S> FingerTree.empty(ToSemigroup<? super T, S> statisticsProvider) static <T,S> FingerTree <T, S> FingerTree.mkTree(List<? extends T> items, ToSemigroup<? super T, S> summaryProvider) Constructors in org.reactfx.util with parameters of type ToSemigroupModifierConstructorDescription(package private)Empty(ToSemigroup<? super T, S> semigroup) privateFingerTree(ToSemigroup<? super T, S> semigroup) (package private)Leaf(ToSemigroup<? super T, S> semigroup, T data) privateNonEmptyFingerTree(ToSemigroup<? super T, S> semigroup)