Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
U
- uncaughtException(Thread, Throwable) - Method in class org.tquadrat.foundation.lang.ThreadGroupExt
- UnexpectedException() - Constructor for exception class org.tquadrat.foundation.exception.LambdaContainerException.UnexpectedException
-
Creates a new
UnexpectedException
instance. - UnexpectedExceptionError - Exception Class in org.tquadrat.foundation.exception
-
This implementation of
Error
should be thrown in all cases where an unexpected exception was caught. - UnexpectedExceptionError(String, Throwable) - Constructor for exception class org.tquadrat.foundation.exception.UnexpectedExceptionError
-
Creates a new instance of the Error.
- UnexpectedExceptionError(Throwable) - Constructor for exception class org.tquadrat.foundation.exception.UnexpectedExceptionError
-
Creates a new instance of the Error.
- unfold(T, Function<T, Optional<T>>) - Static method in class org.tquadrat.foundation.stream.StreamUtils
-
Constructs a stream which takes the seed value and applies the generator to create the next value, feeding each new value back into the generator to create subsequent values.
- UnfoldSpliterator<T> - Class in org.tquadrat.foundation.stream.internal
-
An implementation of
Spliterator
that which takes a seed value and applies a generator to create the next value, feeding each new value back into the generator to create subsequent values. - UnfoldSpliterator(T, Function<T, Optional<T>>) - Constructor for class org.tquadrat.foundation.stream.internal.UnfoldSpliterator
-
Creates a new
UnfoldSpliterator
instance. - UNKNOWN_STRING - Static variable in class org.tquadrat.foundation.lang.CommonConstants
-
A String containing the sequence "<UNKNOWN>".
- unordered() - Method in class org.tquadrat.foundation.stream.internal.DefaultMapStream
- unordered() - Method in interface org.tquadrat.foundation.stream.MapStream
- unordered() - Method in class org.tquadrat.foundation.stream.StreamAdapter
- UnsupportedEnumError - Exception Class in org.tquadrat.foundation.exception
-
This is a specialized implementation for
Error
that is to be thrown especially from thedefault
branch of aswitch
statement that uses anenum
type as selector. - UnsupportedEnumError(Class<? extends Enum<?>>, String) - Constructor for exception class org.tquadrat.foundation.exception.UnsupportedEnumError
-
Creates a new instance of this class.
- UnsupportedEnumError(T) - Constructor for exception class org.tquadrat.foundation.exception.UnsupportedEnumError
-
Creates a new instance of this class.
- URL_STRINGER - Static variable in interface org.tquadrat.foundation.lang.Stringer
- US_ASCII - Static variable in class org.tquadrat.foundation.lang.CommonConstants
-
The reference to the US-ASCII character set; this is the same as the CommonConstants.ASCII character set.
- use(Supplier<D>) - Static method in interface org.tquadrat.foundation.lang.SoftLazy
-
Creates an instance of
SoftLazy
. - use(Supplier<T>) - Static method in interface org.tquadrat.foundation.lang.Lazy
-
Creates a new
Lazy
instance that uses the given supplier to initialise. - UTC - Static variable in class org.tquadrat.foundation.lang.CommonConstants
-
Deprecated, for removal: This API element is subject to removal in a future version.
- UTF8 - Static variable in class org.tquadrat.foundation.lang.CommonConstants
-
The reference to the UTF-8 character set.
- UtilityClass - Annotation Interface in org.tquadrat.foundation.annotation
-
This is a marker annotation for a utility class.
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
java.util.Date
API is now obsolete, also the related classes, likejava.util.TimeZone
should be used no longer.