Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
L
- LambdaContainerException - Exception Class in org.tquadrat.foundation.exception
-
A "container" exception for exception thrown within lambda expressions.
- LambdaContainerException(Exception) - Constructor for exception class org.tquadrat.foundation.exception.LambdaContainerException
-
Creates a new
LambdaContainerExceptioninstance for the given exception. - LambdaContainerException.UnexpectedException - Exception Class in org.tquadrat.foundation.exception
-
The exception that is thrown when the container holds an unexpected exception.
- Lazy<T> - Interface in org.tquadrat.foundation.lang
-
A holder for a lazy initialised object instance.
- LazyImpl<T> - Class in org.tquadrat.foundation.lang.internal
-
The implementation of the interface
Lazy. - LazyImpl(Supplier<T>) - Constructor for class org.tquadrat.foundation.lang.internal.LazyImpl
-
Creates a new
Lazyinstance. - LazyImpl(T) - Constructor for class org.tquadrat.foundation.lang.internal.LazyImpl
-
Creates a new
Lazyinstance that is already initialised. - left - Variable in record class org.tquadrat.foundation.lang.Pair
-
The field for the
leftrecord component. - left() - Method in record class org.tquadrat.foundation.lang.Pair
-
Returns the value of the
leftrecord component. - left(L) - Method in record class org.tquadrat.foundation.lang.Pair
-
Creates a new instance of
Pairwith the right value from this one and the given new left value. - limit(long) - Method in class org.tquadrat.foundation.stream.internal.DefaultMapStream
- limit(long) - Method in interface org.tquadrat.foundation.stream.MapStream
- limit(long) - Method in class org.tquadrat.foundation.stream.StreamAdapter
- list() - Static method in interface org.tquadrat.foundation.lang.StringConverter
-
Returns the classes for that an instance of
StringConverteris already registered, - listInstances() - Static method in class org.tquadrat.foundation.lang.internal.StringConverterService
-
Returns the classes for that an instance of
StringConverteris registered, - loadConverters() - Static method in class org.tquadrat.foundation.lang.internal.StringConverterService
-
Loads the known instances of
StringConverter. - lock() - Method in interface org.tquadrat.foundation.lang.AutoLock
- lock() - Method in class org.tquadrat.foundation.lang.internal.AutoLockImpl
- LockExecutor - Interface in org.tquadrat.foundation.lang
-
Allows to execute an operation with an obtained lock.
- LockExecutorImpl - Class in org.tquadrat.foundation.lang.internal
-
The implementation of
LockExecutor. - LockExecutorImpl(AutoLock) - Constructor for class org.tquadrat.foundation.lang.internal.LockExecutorImpl
-
Creates an instance of
LockExecutorImpl. - lockInterruptibly() - Method in interface org.tquadrat.foundation.lang.AutoLock
-
Calls
lockInterruptibly()on the wrappedLockinstance. - lockInterruptibly() - Method in class org.tquadrat.foundation.lang.internal.AutoLockImpl
-
Calls
lockInterruptibly()on the wrappedLockinstance.
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
