Package space.kscience.dataforge.misc

Types

DFBuilder
Link copied to clipboard
common
annotation class DFBuilder

General marker for dataforge builders

DFExperimental
Link copied to clipboard
common
annotation class DFExperimental

The declaration is experimental and could be changed in future

DFInternal
Link copied to clipboard
common
annotation class DFInternal

The declaration is internal to the DataForge and could use unsafe or unstable features.

Named
Link copied to clipboard
common
interface Named

Any object that have name

Type
Link copied to clipboard
common
@Target(allowedTargets = [AnnotationTarget.CLASS])
annotation class Type(id: String)

A text label for internal DataForge type classification. Alternative for mime container type.

Functions

unsafeCast
Link copied to clipboard
common
inline fun <T> Any?.unsafeCast(): T

Properties

isAnonymous
Link copied to clipboard
common
val Named.isAnonymous: Boolean

Check if this object has an empty name and therefore is anonymous.