T - the generic type of the object stored in the valuepublic final class Const<T> extends Object implements Serializable
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
T |
get()
Returns the object stored in this `Val`
|
int |
hashCode() |
static void |
main(String[] args) |
static <E> Const |
of(E t) |
static <E> Const |
of(Osgl.Var<E> var) |
String |
toString() |
Osgl.Val<T> |
toVal() |
Osgl.Var<T> |
toVar() |
Copyright © 2017. All Rights Reserved.