Uses of Annotation Interface
org.tquadrat.foundation.annotation.NotRecord
Packages that use NotRecord
Package
Description
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.The internal classes for the stream extensions.
-
Uses of NotRecord in org.tquadrat.foundation.lang.internal
Classes in org.tquadrat.foundation.lang.internal with annotations of type NotRecordModifier and TypeClassDescriptionfinal classThe implementation ofAutoLock.final classThe implementation ofLockExecutor. -
Uses of NotRecord in org.tquadrat.foundation.stream
Classes in org.tquadrat.foundation.stream with annotations of type NotRecordModifier and TypeClassDescriptionclassThis class allows to intercept the calls to the methods ofStream. -
Uses of NotRecord in org.tquadrat.foundation.stream.internal
Classes in org.tquadrat.foundation.stream.internal with annotations of type NotRecordModifier and TypeClassDescriptionfinal classDefaultMapStream<K,V> The default implementation forMapStream.final classMergingSpliterator<T,O> An implementation ofSpliteratorthat merges streams.
