JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Tree
Index
Help
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
SEARCH:
Package
com.mojang.datafixers.kinds
Interface Monoid<T>
public interface
Monoid<T>
Method Summary
All Methods
Static Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
T
add
(
T
first,
T
second)
static <T>
Monoid
<
List
<T>>
listMonoid
()
T
point
()
Method Details
point
T
point
()
add
T
add
(
T
first,
T
second)
listMonoid
static
<T>
Monoid
<
List
<T>>
listMonoid
()