Skip navigation links
C D G T W 

C

com.statemachinesystems.util - package com.statemachinesystems.util
 

D

DynamicReference<T> - Class in com.statemachinesystems.util
A dynamically-scoped reference.
DynamicReference(T) - Constructor for class com.statemachinesystems.util.DynamicReference
Create a dynamically-scoped reference with the given initial default value.

G

get() - Method in class com.statemachinesystems.util.DynamicReference
Retrieve the current value of the reference.

T

toString() - Method in class com.statemachinesystems.util.DynamicReference
 

W

withValue(T, Runnable) - Method in class com.statemachinesystems.util.DynamicReference
Override the value of the reference while executing the given block.
withValue(T, Supplier<R>) - Method in class com.statemachinesystems.util.DynamicReference
Override the value of the reference while executing the given block, returning the block's value.
C D G T W 
Skip navigation links

Copyright © 2015. All rights reserved.