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