A B C D E F G H I L M N O P R S T U V W

T

take() - Method in class org.magnos.data.var.BooleanVar
Returns the value of this var by first reading it from the store.
take() - Method in class org.magnos.data.var.ByteVar
Returns the value of this var by first reading it from the store.
take() - Method in class org.magnos.data.var.DoubleVar
Returns the value of this var by first reading it from the store.
take() - Method in class org.magnos.data.var.FloatVar
Returns the value of this var by first reading it from the store.
take() - Method in class org.magnos.data.var.IntVar
Returns the value of this var by first reading it from the store.
take() - Method in class org.magnos.data.var.LongVar
Returns the value of this var by first reading it from the store.
take() - Method in class org.magnos.data.var.ShortVar
Returns the value of this var by first reading it from the store.
take() - Method in class org.magnos.data.var.StringVar
Returns the value of this var by first reading it from the store.
take() - Method in class org.magnos.data.var.UByteVar
Returns the value of this var by first reading it from the store.
take() - Method in class org.magnos.data.var.UIntVar
Returns the value of this var by first reading it from the store.
take() - Method in class org.magnos.data.var.UShortVar
Returns the value of this var by first reading it from the store.
takeValue() - Method in class org.magnos.data.var.AbstractVar
Returns the value of this var by reading it from the store and updating the cached value.
takeValue() - Method in interface org.magnos.data.Var
Returns the value of this var by reading it from the store and updating the cached value.
toString() - Method in class org.magnos.data.store.AbstractStore
toString() - Method in class org.magnos.data.var.AbstractVar
tryRead(Store) - Method in enum org.magnos.data.StoreAccess
Checks if this access can read on the given store, if not an access exception is thrown.
tryWrite(Store) - Method in enum org.magnos.data.StoreAccess
Checks if this access can writen on the given store, if not an access exception is thrown.

A B C D E F G H I L M N O P R S T U V W