Uses of Interface
io.github.mmm.value.ReadableValue
-
-
Uses of ReadableValue in io.github.mmm.value
Subinterfaces of ReadableValue in io.github.mmm.value Modifier and Type Interface Description interface
PropertyPath<V>
Interface for a valued path.interface
ReadableTypedValue<V>
ReadableValue
knowing itsvalue class
.interface
TypedPropertyPath<V>
APropertyPath
holding itstype
.interface
WritableValue<V>
Methods in io.github.mmm.value with parameters of type ReadableValue Modifier and Type Method Description static <T> T
ReadableValue. get(ReadableValue<T> value)
Null-safe access toget()
.
-