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 classSome 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 classThis class provides a bunch of commonly used constants.final classSome functions for DEBUG and TEST output to the console.final classThis class consists of several utility methods working onObjectinstances, similar to those onArraysorCollections. -
Uses of UtilityClass in org.tquadrat.foundation.lang.internal
Classes in org.tquadrat.foundation.lang.internal with annotations of type UtilityClassModifier and TypeClassDescriptionfinal classThe implementation for theStringConverterservice methods. -
Uses of UtilityClass in org.tquadrat.foundation.stream
Classes in org.tquadrat.foundation.stream with annotations of type UtilityClassModifier and TypeClassDescriptionfinal classSome useful implementations of theSelectorinterface.final classUtility class providing static methods for performing various operations on Streams.
