JavaScript is disabled on your browser.
Skip navigation links
Overview
Class
Use
Tree
Deprecated
Index
Search
Help
org.reactfx.util
Semigroup
Contents
Description
Method Summary
Method Details
reduce(T, T)
Hide sidebar
Show sidebar
Interface Semigroup<
T
>
All Known Subinterfaces:
ToSemigroup
<T,
U>
public interface
Semigroup<T>
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
T
reduce
(
T
left,
T
right)
Method Details
reduce
T
reduce
(
T
left,
T
right)