DATATYPE - The type of object to create.@FunctionalInterface public interface IFactory<DATATYPE> extends Supplier<DATATYPE>, Serializable
| Modifier and Type | Method and Description |
|---|---|
DATATYPE |
get()
Create an object of the desired type.
|
Copyright © 2014–2017 Philip Helger. All rights reserved.