lib / com.kirkbushman.araw.utils

Package com.kirkbushman.araw.utils

Types

CommentDataIterable

class CommentDataIterable : Iterable<CommentData>

CommentDataIterator

class CommentDataIterator : Iterator<CommentData>

Endpoints

object Endpoints

NullRepliesInterceptor

object NullRepliesInterceptor : Interceptor

Utils

object Utils

Extensions for External Classes

kotlin.Array

kotlin.collections.Collection

kotlin.collections.List

Properties

addedDate

val Friend.addedDate: Date

createdDate

Useful extension to convert the creation date property, from the Long unixtime, to a more practical Date object.

val Created.createdDate: Date

createdUtcDate

Useful extension to convert the utc creation date property, from the Long unixtime, to a more practical Date object.

val Created.createdUtcDate: Date

distinguished

Useful extension to map to an enum.

val Distinguishable.distinguished: Distinguished

edited

val Editable.edited: Date

hasEdited

val Editable.hasEdited: Boolean

timestampDate

val WikiRevision.timestampDate: Date

userDate

val User.userDate: Date

vote

Useful extension to map to an enum.

val Votable.vote: Vote