Package org.spf4j.zel.vm
Interface AssignableValue
-
public interface AssignableValue- Author:
- zoly
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidassign(Object object)Objectget()
-
-
-
Method Detail
-
assign
void assign(Object object) throws ExecutionException, InterruptedException
-
get
Object get() throws ExecutionException, InterruptedException
-
-