JavaScript is disabled on your browser.
Skip navigation links
Overview
Class
Use
Tree
Deprecated
Index
Search
Help
com.mojang.datafixers.optics
Forget
Uses of Interface
com.mojang.datafixers.optics.Forget
Packages that use
Forget
Package
Description
com.mojang.datafixers.optics
Uses of
Forget
in
com.mojang.datafixers.optics
Methods in
com.mojang.datafixers.optics
that return
Forget
Modifier and Type
Method
Description
static <R,
A,
B>
Forget
<R,
A,
B>
Optics.
forget
(
Function
<A,
R> function)
static <R,
A,
B>
Forget
<R,
A,
B>
Forget.
unbox
(
App2
<
Forget.Mu
<R>, A, B> box)