From bc2152266d0aa8b749d5202d54f9e7c4a5db5b5b Mon Sep 17 00:00:00 2001 From: Robert Jaros Date: Sun, 23 Jun 2019 14:12:10 +0200 Subject: API documentation for KVision 0.0.37 --- .../-result/-success/-init-.html | 14 ++++ .../-result/-success/component1.html | 15 ++++ .../-result/-success/equals.html | 14 ++++ .../-result/-success/get.html | 15 ++++ .../-result/-success/hash-code.html | 14 ++++ .../-result/-success/index.html | 96 ++++++++++++++++++++++ .../-result/-success/to-string.html | 14 ++++ .../-result/-success/value.html | 14 ++++ 8 files changed, 196 insertions(+) create mode 100644 api/pl.treksoft.kvision.cordova/-result/-success/-init-.html create mode 100644 api/pl.treksoft.kvision.cordova/-result/-success/component1.html create mode 100644 api/pl.treksoft.kvision.cordova/-result/-success/equals.html create mode 100644 api/pl.treksoft.kvision.cordova/-result/-success/get.html create mode 100644 api/pl.treksoft.kvision.cordova/-result/-success/hash-code.html create mode 100644 api/pl.treksoft.kvision.cordova/-result/-success/index.html create mode 100644 api/pl.treksoft.kvision.cordova/-result/-success/to-string.html create mode 100644 api/pl.treksoft.kvision.cordova/-result/-success/value.html (limited to 'api/pl.treksoft.kvision.cordova/-result/-success') diff --git a/api/pl.treksoft.kvision.cordova/-result/-success/-init-.html b/api/pl.treksoft.kvision.cordova/-result/-success/-init-.html new file mode 100644 index 00000000..33f6d081 --- /dev/null +++ b/api/pl.treksoft.kvision.cordova/-result/-success/-init-.html @@ -0,0 +1,14 @@ + + + +Result.Success.<init> - kvision + + + +kvision / pl.treksoft.kvision.cordova / Result / Success / <init>
+
+

<init>

+ +Success(value: V) + + diff --git a/api/pl.treksoft.kvision.cordova/-result/-success/component1.html b/api/pl.treksoft.kvision.cordova/-result/-success/component1.html new file mode 100644 index 00000000..8e80756e --- /dev/null +++ b/api/pl.treksoft.kvision.cordova/-result/-success/component1.html @@ -0,0 +1,15 @@ + + + +Result.Success.component1 - kvision + + + +kvision / pl.treksoft.kvision.cordova / Result / Success / component1
+
+

component1

+ +fun component1(): V? +

Overrides Result.component1

+ + diff --git a/api/pl.treksoft.kvision.cordova/-result/-success/equals.html b/api/pl.treksoft.kvision.cordova/-result/-success/equals.html new file mode 100644 index 00000000..f3722af3 --- /dev/null +++ b/api/pl.treksoft.kvision.cordova/-result/-success/equals.html @@ -0,0 +1,14 @@ + + + +Result.Success.equals - kvision + + + +kvision / pl.treksoft.kvision.cordova / Result / Success / equals
+
+

equals

+ +fun equals(other: Any?): Boolean + + diff --git a/api/pl.treksoft.kvision.cordova/-result/-success/get.html b/api/pl.treksoft.kvision.cordova/-result/-success/get.html new file mode 100644 index 00000000..3b9c163d --- /dev/null +++ b/api/pl.treksoft.kvision.cordova/-result/-success/get.html @@ -0,0 +1,15 @@ + + + +Result.Success.get - kvision + + + +kvision / pl.treksoft.kvision.cordova / Result / Success / get
+
+

get

+ +fun get(): V +

Overrides Result.get

+ + diff --git a/api/pl.treksoft.kvision.cordova/-result/-success/hash-code.html b/api/pl.treksoft.kvision.cordova/-result/-success/hash-code.html new file mode 100644 index 00000000..b918aebe --- /dev/null +++ b/api/pl.treksoft.kvision.cordova/-result/-success/hash-code.html @@ -0,0 +1,14 @@ + + + +Result.Success.hashCode - kvision + + + +kvision / pl.treksoft.kvision.cordova / Result / Success / hashCode
+
+

hashCode

+ +fun hashCode(): Int + + diff --git a/api/pl.treksoft.kvision.cordova/-result/-success/index.html b/api/pl.treksoft.kvision.cordova/-result/-success/index.html new file mode 100644 index 00000000..8d6a84ec --- /dev/null +++ b/api/pl.treksoft.kvision.cordova/-result/-success/index.html @@ -0,0 +1,96 @@ + + + +Result.Success - kvision + + + +kvision / pl.treksoft.kvision.cordova / Result / Success
+
+

Success

+class Success<out V : Any> : Result<V, Nothing> +

Constructors

+ + + + + + + +
+

<init>

+
+Success(value: V)
+

Properties

+ + + + + + + +
+

value

+
+val value: V
+

Functions

+ + + + + + + + + + + + + + + + + + + + + + + +
+

component1

+
+fun component1(): V?
+

equals

+
+fun equals(other: Any?): Boolean
+

get

+
+fun get(): V
+

hashCode

+
+fun hashCode(): Int
+

toString

+
+fun toString(): String
+

Inherited Functions

+ + + + + + + + + + + +
+

component2

+
+open operator fun component2(): E?
+

fold

+
+fun <X> fold(success: (V) -> X, failure: (E) -> X): X
+ + diff --git a/api/pl.treksoft.kvision.cordova/-result/-success/to-string.html b/api/pl.treksoft.kvision.cordova/-result/-success/to-string.html new file mode 100644 index 00000000..06b105ec --- /dev/null +++ b/api/pl.treksoft.kvision.cordova/-result/-success/to-string.html @@ -0,0 +1,14 @@ + + + +Result.Success.toString - kvision + + + +kvision / pl.treksoft.kvision.cordova / Result / Success / toString
+
+

toString

+ +fun toString(): String + + diff --git a/api/pl.treksoft.kvision.cordova/-result/-success/value.html b/api/pl.treksoft.kvision.cordova/-result/-success/value.html new file mode 100644 index 00000000..0d3492d9 --- /dev/null +++ b/api/pl.treksoft.kvision.cordova/-result/-success/value.html @@ -0,0 +1,14 @@ + + + +Result.Success.value - kvision + + + +kvision / pl.treksoft.kvision.cordova / Result / Success / value
+
+

value

+ +val value: V + + -- cgit