Package kmtt.util

Types

Link copied to clipboard
data class CommentNode(parent: CommentNode?, nodeValue: Comment)

Functions

Link copied to clipboard
fun HttpRequestBuilder.addTokenIfNotNull(token: String?)
Link copied to clipboard
fun Collection<Comment>.toTree(): List<CommentNode>