JavaScript is disabled on your browser.
Skip navigation links
Overview
Class
Use
Tree
Deprecated
Index
Search
Help
com.mojang.datafixers.kinds
Monoid
Contents
Description
Method Summary
Method Details
point()
add(T, T)
listMonoid()
Hide sidebar
Show sidebar
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
()