Package com.exedio.cope.util
Interface Properties.Factory<T extends Properties>
-
- All Known Implementing Classes:
ConnectProperties.Factory
,DispatcherPurgeProperties.Factory
- Enclosing class:
- Properties
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
@FunctionalInterface public static interface Properties.Factory<T extends Properties>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description T
create(Properties.Source source)
-
-
-
Method Detail
-
create
T create(Properties.Source source)
-
-