@FunctionalInterface public interface Creator<T>
Supplier, this interface contract requires that the returned object
is a new, fresh instance on each call. i.e. two calls return objects that are
not ==.| Modifier and Type | Method and Description |
|---|---|
T |
create()
Return a fresh instance
|
T create()
Licenced under the Apache License, Version 2.0