Uses of Package
org.tquadrat.foundation.lang
Packages that use org.tquadrat.foundation.lang
Package
Description
Some general language extensions provided by the Foundation
Library.
The internal implementations of some general language extensions provided
by the Foundation Library.
-
Classes in org.tquadrat.foundation.lang used by org.tquadrat.foundation.langClassDescriptionA variant of the interface
Runnable
with aAction.run()
method that allows to throw an exception.A wrapper for locks that supports thetry-with-resources
feature of Java 7.This exception is thrown when an operation fails.A functional interface whoseConstraint.evaluate()
method return aboolean
and can throw anException
in case of an errorThis is aFunctionalInterface
meant to process a given error code and to throw an exception based on that, or to cause some side effects.A holder for a lazy initialised object instance.Allows to execute an operation with an obtained lock.An implementation of a name-value-pair.A variant of the interfaceSupplier
with aOperation.get()
method that allows to throw an exception.The implementation of a tupel.Prints a formatted message.Instances of the classSoftLazy
allow to lazy load data that may be needed more than once, but not permanently.Defines the conversion between Strings and object instances, where the concrete behaviour is defined by the implementation of the interface.This interface defines a method to compose a String representation from arbitrary objects.A builder for an implementation ofThreadFactory
. -
Classes in org.tquadrat.foundation.lang used by org.tquadrat.foundation.lang.internalClassDescriptionA variant of the interface
Runnable
with aAction.run()
method that allows to throw an exception.A wrapper for locks that supports thetry-with-resources
feature of Java 7.This exception is thrown when an operation fails.A functional interface whoseConstraint.evaluate()
method return aboolean
and can throw anException
in case of an errorA holder for a lazy initialised object instance.Allows to execute an operation with an obtained lock.A variant of the interfaceSupplier
with aOperation.get()
method that allows to throw an exception.Instances of the classSoftLazy
allow to lazy load data that may be needed more than once, but not permanently.Defines the conversion between Strings and object instances, where the concrete behaviour is defined by the implementation of the interface.A builder for an implementation ofThreadFactory
.