Stay organized with collections Save and categorize content based on your preferences.

Supplier

public interface Supplier<T>


Compat version of java.util.function.Supplier

Parameters
<T>

the type of the input to the operation

Summary

Public methods

abstract T
get()

Gets a result.

Public methods

get

abstract T get()

Gets a result.

Returns
T

a result