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 ofStringConverter
for types that are derived fromEnum
.
The implementation ofDefaultEnumStringConverter.fromString(CharSequence)
provided here usesClass.getEnumConstants()
to find theenum
value:LazyImpl<T>The implementation of the interfaceLazy
.The implementation ofLockExecutor
.SoftLazyImpl<T>The implementation for theSoftLazy
interface.The implementation for theStringConverter
service methods.The implementation ofThreadFactoryBuilder
.The implementation ofThreadFactory
that is returned byThreadFactoryBuilder.build()
.