Package one.microstream.functional
Interface Instantiator<T>
- All Known Implementing Classes:
 Instantiator.WrappingDefaultConstructor
public interface Instantiator<T>
- 
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classInstantiator.WrappingDefaultConstructor<T> - 
Method Summary
Modifier and Type Method Description Tinstantiate()static <T> Instantiator<T>WrapDefaultConstructor(Constructor<T> constructor)