Uses of Interface
org.reactfx.util.ToSemigroup
Packages that use ToSemigroup
-
Uses of ToSemigroup in org.reactfx.util
Methods 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)