im_model library

Classes

$ImCopy
This is a placeholder object for fields with nullable values.
Hash
Jenkins Hash function (1 to 1) https://en.wikipedia.org/wiki/Jenkins_hash_function
ImField
Field related options for the class's ImModel annotation.
ImList<E>
A List that is immutable.
ImMap<K, V>
A Map that is immutable.
ImModel
Annotation used to indicate that the model will be immutable.
ImSet<E>
A Set that is immutable.

Extensions

ListExtensions on List<T>
MapExtensions on Map<K, V>
SetExtensions on Set<T>