PermissionParts

data class PermissionParts

Constructors

Link copied to clipboard
constructor(vararg parts: String)
constructor(parts: List<String>)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
operator fun plus(otherPart: String): PermissionParts
operator fun plus(otherParts: List<String>): PermissionParts
Link copied to clipboard
Link copied to clipboard
fun take(n: Int): List<String>
Link copied to clipboard
open override fun toString(): String
fun toString(noEscape: Boolean): String