JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
javafixes.object
Interface Value<T>
All Known Subinterfaces:
ChangingValue
<T>
All Known Implementing Classes:
DerivedValue
,
DynamicValue
,
Either
,
Either.Left
,
Either.Right
,
Lazy
,
Microtype
,
MutableValue
public interface
Value<T>
Method Summary
All Methods
Instance Methods
Abstract Methods
Default Methods
Modifier and Type
Method and Description
default
T
getValue
()
T
value
()
Method Detail
value
T
value()
getValue
default
T
getValue()
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method