This module provides general-purpose that cannot be classified. Most of them are to supplement the Kotlin language API.
| kotlin.Array (extensions in package io.github.sof3.graphmine.util) | |
| kotlin.BooleanArray (extensions in package io.github.sof3.graphmine.util) | |
| io.github.sof3.graphmine.util.BooleanRef | Useful for passing by reference or as return value in delegation providers DelegateProvider and VarDelegateProvider |
| kotlin.ByteArray (extensions in package io.github.sof3.graphmine.util) | |
| io.github.sof3.graphmine.util.ByteRef | Useful for passing by reference or as return value in delegation providers DelegateProvider and VarDelegateProvider |
| kotlin.CharArray (extensions in package io.github.sof3.graphmine.util) | |
| io.github.sof3.graphmine.util.CharRef | Useful for passing by reference or as return value in delegation providers DelegateProvider and VarDelegateProvider |
| kotlin.CharSequence (extensions in package io.github.sof3.graphmine.util) | |
| java.io.DataInputStream (extensions in package io.github.sof3.graphmine.util) | |
| java.io.DataOutputStream (extensions in package io.github.sof3.graphmine.util) | |
| io.github.sof3.graphmine.util.DelegateProvider | An interface to help completing the provideDelegate operator function for val property delegation. |
| io.github.sof3.graphmine.util.string.DelimiterResult | |
| kotlin.DoubleArray (extensions in package io.github.sof3.graphmine.util) | |
| io.github.sof3.graphmine.util.DoubleRef | Useful for passing by reference or as return value in delegation providers DelegateProvider and VarDelegateProvider |
| kotlin.FloatArray (extensions in package io.github.sof3.graphmine.util) | |
| io.github.sof3.graphmine.util.FloatRef | Useful for passing by reference or as return value in delegation providers DelegateProvider and VarDelegateProvider |
| io.github.sof3.graphmine.util.string.FormattedStringReader | |
| kotlin.IntArray (extensions in package io.github.sof3.graphmine.util) | |
| io.github.sof3.graphmine.util.IntRef | Useful for passing by reference or as return value in delegation providers DelegateProvider and VarDelegateProvider |
| io.github.sof3.graphmine.util.KtsBin | |
| io.github.sof3.graphmine.util.KtsLoader | State object to ensure system properties are set before loading a script |
| kotlin.collections.List (extensions in package io.github.sof3.graphmine.util) | |
| kotlin.LongArray (extensions in package io.github.sof3.graphmine.util) | |
| io.github.sof3.graphmine.util.LongRef | Useful for passing by reference or as return value in delegation providers DelegateProvider and VarDelegateProvider |
| io.github.sof3.graphmine.util.qualifier.Qualifier | Represents a qualified identifier. |
| io.github.sof3.graphmine.util.qualifier.QualifierClashException | Thrown when there is a qualifier clash |
| io.github.sof3.graphmine.util.qualifier.QualifierMap | A thread-safe store for qualified entries allowing search by qualified name |
| io.github.sof3.graphmine.util.string.QuotedResult | |
| io.github.sof3.graphmine.util.Ref | Useful for passing by reference or as return value in delegation providers DelegateProvider and VarDelegateProvider |
| kotlin.ShortArray (extensions in package io.github.sof3.graphmine.util) | |
| io.github.sof3.graphmine.util.ShortRef | Useful for passing by reference or as return value in delegation providers DelegateProvider and VarDelegateProvider |
| kotlin.String (extensions in package io.github.sof3.graphmine.util) | |
| kotlin.String (extensions in package io.github.sof3.graphmine.util.qualifier) | |
| io.github.sof3.graphmine.util.VarDelegateProvider | An interface to help completing the provideDelegate operator function for var property delegation. |