Package-level declarations

Types

Link copied to clipboard
interface API<T : APIType>
Link copied to clipboard
interface API00<T : APIType> : API<T>
Link copied to clipboard
interface API01<T : APIType, O1> : API<T>
Link copied to clipboard
interface API02<T : APIType, O1, O2> : API<T>
Link copied to clipboard
interface API03<T : APIType, O1, O2, O3> : API<T>
Link copied to clipboard
interface API04<T : APIType, O1, O2, O3, O4> : API<T>
Link copied to clipboard
interface API05<T : APIType, O1, O2, O3, O4, O5> : API<T>
Link copied to clipboard
interface API10<T : APIType, I1> : API<T>
Link copied to clipboard
interface API11<T : APIType, I1, O1> : API<T>
Link copied to clipboard
interface API12<T : APIType, I1, O1, O2> : API<T>
Link copied to clipboard
interface API13<T : APIType, I1, O1, O2, O3> : API<T>
Link copied to clipboard
interface API14<T : APIType, I1, O1, O2, O3, O4> : API<T>
Link copied to clipboard
interface API15<T : APIType, I1, O1, O2, O3, O4, O5> : API<T>
Link copied to clipboard
interface API20<T : APIType, I1, I2> : API<T>
Link copied to clipboard
interface API21<T : APIType, I1, I2, O1> : API<T>
Link copied to clipboard
interface API22<T : APIType, I1, I2, O1, O2> : API<T>
Link copied to clipboard
interface API23<T : APIType, I1, I2, O1, O2, O3> : API<T>
Link copied to clipboard
interface API24<T : APIType, I1, I2, O1, O2, O3, O4> : API<T>
Link copied to clipboard
interface API25<T : APIType, I1, I2, O1, O2, O3, O4, O5> : API<T>
Link copied to clipboard
interface API30<T : APIType, I1, I2, I3> : API<T>
Link copied to clipboard
interface API31<T : APIType, I1, I2, I3, O1> : API<T>
Link copied to clipboard
interface API32<T : APIType, I1, I2, I3, O1, O2> : API<T>
Link copied to clipboard
interface API33<T : APIType, I1, I2, I3, O1, O2, O3> : API<T>
Link copied to clipboard
interface API34<T : APIType, I1, I2, I3, O1, O2, O3, O4> : API<T>
Link copied to clipboard
interface API35<T : APIType, I1, I2, I3, O1, O2, O3, O4, O5> : API<T>
Link copied to clipboard
interface API40<T : APIType, I1, I2, I3, I4> : API<T>
Link copied to clipboard
interface API41<T : APIType, I1, I2, I3, I4, O1> : API<T>
Link copied to clipboard
interface API42<T : APIType, I1, I2, I3, I4, O1, O2> : API<T>
Link copied to clipboard
interface API43<T : APIType, I1, I2, I3, I4, O1, O2, O3> : API<T>
Link copied to clipboard
interface API44<T : APIType, I1, I2, I3, I4, O1, O2, O3, O4> : API<T>
Link copied to clipboard
interface API45<T : APIType, I1, I2, I3, I4, O1, O2, O3, O4, O5> : API<T>
Link copied to clipboard
interface API50<T : APIType, I1, I2, I3, I4, I5> : API<T>
Link copied to clipboard
interface API51<T : APIType, I1, I2, I3, I4, I5, O1> : API<T>
Link copied to clipboard
interface API52<T : APIType, I1, I2, I3, I4, I5, O1, O2> : API<T>
Link copied to clipboard
interface API53<T : APIType, I1, I2, I3, I4, I5, O1, O2, O3> : API<T>
Link copied to clipboard
interface API54<T : APIType, I1, I2, I3, I4, I5, O1, O2, O3, O4> : API<T>
Link copied to clipboard
interface API55<T : APIType, I1, I2, I3, I4, I5, O1, O2, O3, O4, O5> : API<T>
Link copied to clipboard
Link copied to clipboard
class APIChain1<T : APIType, I1>
Link copied to clipboard
class APIChain2<T : APIType, I1, I2>
Link copied to clipboard
class APIChain3<T : APIType, I1, I2, I3>
Link copied to clipboard
class APIChain4<T : APIType, I1, I2, I3, I4>
Link copied to clipboard
class APIChain5<T : APIType, I1, I2, I3, I4, I5>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
@Target(allowedTargets = [AnnotationTarget.PROPERTY])
annotation class APIDoc(val description: String = "")
Link copied to clipboard
interface APIFile
Link copied to clipboard
@Target(allowedTargets = [AnnotationTarget.PROPERTY])
annotation class APIParam(val name: String, val default: String = "", val description: String = "")
Link copied to clipboard
open class APIRes : APIFile
Link copied to clipboard
data class APIResult1<O1>(val o1: O1)
Link copied to clipboard
data class APIResult2<O1, O2>(val o1: O1, val o2: O2)
Link copied to clipboard
data class APIResult3<O1, O2, O3>(val o1: O1, val o2: O2, val o3: O3)
Link copied to clipboard
data class APIResult4<O1, O2, O3, O4>(val o1: O1, val o2: O2, val o3: O3, val o4: O4)
Link copied to clipboard
data class APIResult5<O1, O2, O3, O4, O5>(val o1: O1, val o2: O2, val o3: O3, val o4: O4, val o5: O5)
Link copied to clipboard
@Target(allowedTargets = [AnnotationTarget.PROPERTY])
annotation class APIReturn(val name: String = "", val description: String = "")
Link copied to clipboard
sealed interface APIType
Link copied to clipboard
class FailureException(message: String?) : Exception
Link copied to clipboard
Link copied to clipboard
abstract class Sockets(val path: String, val title: String)
Link copied to clipboard