Package org.wildfly.common
Interface Factory<T>
-
public interface Factory<T>
An object which produces another object.- Author:
- David M. Lloyd
- See Also:
Supplier
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description T
create()
Create the object.
-
-
-
Method Detail
-
create
T create()
Create the object.- Returns:
- the object
-
-