T
- the type of values returned by this supplierpublic interface Supplier<T>
This is a functional interface intended to support lambda expressions in log4j 2.
Implementors are free to cache values or return a new or distinct value each time the supplier is invoked.
DEPRECATED: this class will be removed in 3.0 to be replaced with the Java 8 interface.
Modifier and Type | Method and Description |
---|---|
T |
get()
Gets a value.
|
T get()
Copyright © 1999-2017. All Rights Reserved.
Apache Logging, Apache Log4j, Log4j, Apache, the Apache feather logo, the Apache Logging project logo, and the Apache Log4j logo are trademarks of The Apache Software Foundation.