T - the type of results supplied by this supplier
Created by vmijic on 7.4.16..@FunctionalInterface public interface ISupplier<T>
This is a functional interface
whose functional method is get().
| Modifier and Type | Method and Description |
|---|---|
T |
get()
Gets a resource.
|
Copyright © 2017 etc.to. All rights reserved.