JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
SEARCH:
Package
dev.architectury.utils.value
Interface Value<T>
All Superinterfaces:
Consumer
<T>
,
Supplier
<T>
All Known Subinterfaces:
BooleanValue
,
DoubleValue
,
FloatValue
,
IntValue
,
LongValue
public interface
Value<T>
extends
Supplier
<T>,
Consumer
<T>
Method Summary
Methods inherited from interface java.util.function.
Consumer
accept
,
andThen
Methods inherited from interface java.util.function.
Supplier
get