Module xaos.core
Package eu.ess.xaos.core.util
-
Interface Summary Interface Description LogHandler Used byLogUtils
to send to the information just logged for further processing. -
Class Summary Class Description AutoCloser<T> This utility class allows to use non-AutoCloseable
classes in auto-closeable contexts.DefaultExecutorCompletionStage<T> Completion stage wrapper that uses the provided executor as both the default execution facility and the default asynchronous execution facility.Lazy<T> Lazy evaluation value container.LogUtils Utilities for logging messages.MathUtils Miscellaneous mathematical utility functions.SystemUtils Some system utilities.ThreadPools Available thread pools to be used by almost any generic applications.ThreadUtils Various utilities for threads.ZoneIDHolder Holds the currentZoneId
and provides methods to work with it.