public abstract static class SysUtil.Thunk<T>
extends java.lang.Object
A Thunk represents a delayed execution resulting in type T. The
computation create() is executed the first time get() is called, and its
value is stored and returned on subsequent calls to get().