Dsl

class Dsl

Types

Link copied to clipboard
object Companion
Link copied to clipboard
class DirectProxy : DslProxy

An uninstantiable, behaviorless type to represent the field in generics.

Link copied to clipboard
class TransitiveProxy : DslProxy

An uninstantiable, behaviorless type to represent the field in generics.

Properties

Link copied to clipboard

repeated string direct = 1;

Link copied to clipboard
@get:JvmName(name = "getMask")
@set:JvmName(name = "setMask")
var mask: BloomFilter

.elide.structs.BloomFilter mask = 3;

Link copied to clipboard

repeated string transitive = 2;

Functions

Link copied to clipboard

repeated string direct = 1;

@JvmName(name = "addTransitive")
fun DslList<String, AssetBundleKt.AssetDependenciesKt.Dsl.TransitiveProxy>.add(value: String)

repeated string transitive = 2;

Link copied to clipboard

repeated string direct = 1;

repeated string transitive = 2;

Link copied to clipboard

repeated string direct = 1;

repeated string transitive = 2;

Link copied to clipboard
fun clearMask()

.elide.structs.BloomFilter mask = 3;

Link copied to clipboard

.elide.structs.BloomFilter mask = 3;

Link copied to clipboard
@JvmName(name = "plusAssignDirect")
inline operator fun DslList<String, AssetBundleKt.AssetDependenciesKt.Dsl.DirectProxy>.plusAssign(value: String)
@JvmName(name = "plusAssignAllDirect")
inline operator fun DslList<String, AssetBundleKt.AssetDependenciesKt.Dsl.DirectProxy>.plusAssign(values: Iterable<String>)

repeated string direct = 1;

@JvmName(name = "plusAssignTransitive")
inline operator fun DslList<String, AssetBundleKt.AssetDependenciesKt.Dsl.TransitiveProxy>.plusAssign(value: String)
@JvmName(name = "plusAssignAllTransitive")
inline operator fun DslList<String, AssetBundleKt.AssetDependenciesKt.Dsl.TransitiveProxy>.plusAssign(values: Iterable<String>)

repeated string transitive = 2;

Link copied to clipboard
@JvmName(name = "setDirect")
operator fun DslList<String, AssetBundleKt.AssetDependenciesKt.Dsl.DirectProxy>.set(index: Int, value: String)

repeated string direct = 1;

@JvmName(name = "setTransitive")
operator fun DslList<String, AssetBundleKt.AssetDependenciesKt.Dsl.TransitiveProxy>.set(index: Int, value: String)

repeated string transitive = 2;