Supplier

A value supplier. The Tooling API needs to be comatible with Java 7, therefore we cannot use the java.util.function.Supplier interface.

Since

8.12

Parameters

<T>

the type of the value

Functions

Link copied to clipboard
abstract fun get(): T
Returns the value.