Module org.tquadrat.foundation.base
Package org.tquadrat.foundation.lang.internal
The internal implementations of some general language extensions provided
by the Foundation Library.
-
ClassesClassDescriptionThe implementation of
AutoLock.DefaultEnumStringConverter<T extends Enum<T>>The default implementation ofStringConverterfor types that are derived fromEnum.
The implementation ofDefaultEnumStringConverter.fromString(CharSequence)provided here usesClass.getEnumConstants()to find theenumvalue:LazyImpl<T>The implementation of the interfaceLazy.The implementation ofLockExecutor.SoftLazyImpl<T>The implementation for theSoftLazyinterface.The implementation for theStringConverterservice methods.The implementation ofThreadFactoryBuilder.The implementation ofThreadFactorythat is returned byThreadFactoryBuilder.build().
