Package org.teavm.metaprogramming.impl
Class LazyValueImpl<T>
java.lang.Object
org.teavm.metaprogramming.impl.LazyValueImpl<T>
- All Implemented Interfaces:
Value<T>
-
Constructor Summary
ConstructorsConstructorDescriptionLazyValueImpl(VariableContext context, LazyComputation<T> computation, ValueType type, TextLocation forcedLocation)
-
Method Summary
-
Constructor Details
-
LazyValueImpl
public LazyValueImpl(VariableContext context, LazyComputation<T> computation, ValueType type, TextLocation forcedLocation)
-
-
Method Details