@FunctionalInterface public static interface Coat.Returning<T>
Modifier and Type | Method and Description |
---|---|
static <T> Coat.Returning<T> |
fromNonReturning(Coat coat,
T returnValue)
Converts a non-returning Coat to a Coat.Returning.
|
T |
putOn(Composite cmp)
Populates the given composite, and returns a handle for communicating with the created GUI.
|
@Nullable T putOn(Composite cmp)
static <T> Coat.Returning<T> fromNonReturning(Coat coat, @Nullable T returnValue)