JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Summary:
Nested
Field
Constr
Method
Detail:
Field
Constr
Method
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
SEARCH
Package
io.dialob.session.engine.program.expr.arith
Interface Reducers.OperatorTemplate<T>
Enclosing class:
Reducers
public static interface
Reducers.OperatorTemplate<T>
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
Reducer
<
T
>
add
()
Reducer
<
T
>
div
()
Reducer
<
T
>
mult
()
Reducer
<
T
>
sub
()
Method Details
add
Reducer
<
T
>
add
()
sub
Reducer
<
T
>
sub
()
mult
Reducer
<
T
>
mult
()
div
Reducer
<
T
>
div
()