Supplier
public fun interface Supplier<T extends Object>
Compat version of java.util.function.Supplier
| Parameters | |
|---|---|
<T extends Object> |
the type of the input to the operation |
public fun interface Supplier<T extends Object>
Compat version of java.util.function.Supplier
| Parameters | |
|---|---|
<T extends Object> |
the type of the input to the operation |
Content and code samples on this page are subject to the licenses described in the Content License. Java and OpenJDK are trademarks or registered trademarks of Oracle and/or its affiliates.
Last updated 2025-05-15 UTC.