Uses of Annotation Interface
org.tquadrat.foundation.annotation.UtilityClass
Packages that use UtilityClass
Package
Description
Functional interfaces for the Foundation Library.
Some general language extensions provided by the Foundation
Library.
The internal implementations of some general language extensions provided
by the Foundation Library.
The code in this package was originally written by Dominic Fox and provided
in the package
com.codepoetics.protonpack
.-
Uses of UtilityClass in org.tquadrat.foundation.function
Classes in org.tquadrat.foundation.function with annotations of type UtilityClassModifier and TypeClassDescriptionfinal class
Some helper methods for the use with lambdas and functional interfaces. -
Uses of UtilityClass in org.tquadrat.foundation.lang
Classes in org.tquadrat.foundation.lang with annotations of type UtilityClassModifier and TypeClassDescriptionfinal class
This class provides a bunch of commonly used constants.final class
Some functions for DEBUG and TEST output to the console.final class
This class consists of several utility methods working onObject
instances, similar to those onArrays
orCollections
. -
Uses of UtilityClass in org.tquadrat.foundation.lang.internal
Classes in org.tquadrat.foundation.lang.internal with annotations of type UtilityClassModifier and TypeClassDescriptionfinal class
The implementation for theStringConverter
service methods. -
Uses of UtilityClass in org.tquadrat.foundation.stream
Classes in org.tquadrat.foundation.stream with annotations of type UtilityClassModifier and TypeClassDescriptionfinal class
Some useful implementations of theSelector
interface.final class
Utility class providing static methods for performing various operations on Streams.