Package-level declarations
Core language primitives: CSLazyVal/CSLazyVar, CSVariable, atomics, results, tuples, and the CSLeakCanary facade wired by the renetik-android-core-leakcanary module.
Types
Link copied to clipboard
Link copied to clipboard
object CSComparisonConstants
Link copied to clipboard
interface CSCondition
Link copied to clipboard
object CSDataConstants
Link copied to clipboard
object CSEnvironment
Link copied to clipboard
interface CSHasCancel
Link copied to clipboard
interface CSHasIndex
Link copied to clipboard
interface CSHasReload
Link copied to clipboard
interface CSHasTitle
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
interface CSLeakCanaryInterface
Link copied to clipboard
Link copied to clipboard
class CSPropertyValidator<T>(val property: CSVariable<T>, val validate: (T) -> Boolean) : CSValidator
Link copied to clipboard
Link copied to clipboard
object CSStringConstants
Link copied to clipboard
object CSTimeConstants
Link copied to clipboard
Link copied to clipboard
interface CSValidator
Link copied to clipboard
Properties
Functions
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
inline fun <ReturnType> catchAllErrorReturn(onExceptionReturn: ReturnType, tryFunction: () -> ReturnType): ReturnType
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
inline fun <ReturnType> catchAllWarnReturn(onExceptionReturn: ReturnType, tryFunction: () -> ReturnType): ReturnType
Link copied to clipboard
inline fun <ReturnType> catchAllWarnReturnNull(message: String? = null, tryFunction: () -> ReturnType): ReturnType?
Link copied to clipboard
Link copied to clipboard
inline fun <ExceptionType : Throwable, ReturnType> catchErrorReturn(onExceptionReturn: ReturnType, tryFunction: () -> ReturnType): ReturnType
inline fun <ReturnType, ExceptionType : Throwable> catchErrorReturn(tryFunction: () -> ReturnType, onExceptionReturn: (ExceptionType) -> ReturnType): ReturnType
Link copied to clipboard
inline fun <ExceptionType : Throwable, ReturnType> catchErrorReturnNull(tryFunction: () -> ReturnType): ReturnType?
Link copied to clipboard
inline fun <ReturnType> catchReturn(tryFunction: () -> ReturnType, onExceptionReturn: (Throwable) -> ReturnType): ReturnType
Link copied to clipboard
Link copied to clipboard
inline fun <ReturnType, ExceptionType : Throwable> catchWarnReturn(onExceptionReturn: ReturnType, tryFunction: () -> ReturnType): ReturnType
inline fun <ExceptionType : Throwable, ReturnType> catchWarnReturn(message: String? = null, tryFunction: () -> ReturnType, onExceptionReturn: (ExceptionType) -> ReturnType): ReturnType
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard