diff --git a/bytearray/dev.funkymuse.bytearray/-comparable-byte-array/index.html b/bytearray/dev.funkymuse.bytearray/-comparable-byte-array/index.html index 089b69e2b..d9508954c 100644 --- a/bytearray/dev.funkymuse.bytearray/-comparable-byte-array/index.html +++ b/bytearray/dev.funkymuse.bytearray/-comparable-byte-array/index.html @@ -62,7 +62,7 @@

ComparableByteArray

-
open class ComparableByteArray(val bytes: ByteArray)

A ByteArray which implements Object.equals and Object.hashCode

+
open class ComparableByteArray(val bytes: ByteArray)

A ByteArray which implements Object.equals and Object.hashCode

diff --git a/bytearray/dev.funkymuse.bytearray/index.html b/bytearray/dev.funkymuse.bytearray/index.html index 372b7c9a2..5edbfa264 100644 --- a/bytearray/dev.funkymuse.bytearray/index.html +++ b/bytearray/dev.funkymuse.bytearray/index.html @@ -93,7 +93,7 @@

Types

-
open class ComparableByteArray(val bytes: ByteArray)

A ByteArray which implements Object.equals and Object.hashCode

+
open class ComparableByteArray(val bytes: ByteArray)

A ByteArray which implements Object.equals and Object.hashCode

diff --git a/collections/dev.funkymuse.collections/add-if-not-exist.html b/collections/dev.funkymuse.collections/add-if-not-exist.html index a3840e0e0..2082e3bc2 100644 --- a/collections/dev.funkymuse.collections/add-if-not-exist.html +++ b/collections/dev.funkymuse.collections/add-if-not-exist.html @@ -63,7 +63,7 @@

addIfNotExist

-
infix fun <E> ArrayList<E>.addIfNotExist(obj: E): Boolean

Adds E to this list if the same doesn't exist


infix fun <E> MutableList<E>.addIfNotExist(obj: E): Boolean

Adds E to this list if the same doesn't previously exist. so


fun <K, E> HashMap<K, E>.addIfNotExist(key: K, obj: E): E?
fun <K, E> MutableMap<K, E>.addIfNotExist(key: K, obj: E): E?

Adds E to this map if the same doesn't exist

+
infix fun <E> ArrayList<E>.addIfNotExist(obj: E): Boolean

Adds E to this list if the same doesn't exist


infix fun <E> MutableList<E>.addIfNotExist(obj: E): Boolean

Adds E to this list if the same doesn't previously exist. so


fun <K, E> HashMap<K, E>.addIfNotExist(key: K, obj: E): E?
fun <K, E> MutableMap<K, E>.addIfNotExist(key: K, obj: E): E?

Adds E to this map if the same doesn't exist

-
infix fun <E> ArrayList<E>.addIfNotExist(obj: E): Boolean

Adds E to this list if the same doesn't exist

infix fun <E> MutableList<E>.addIfNotExist(obj: E): Boolean

Adds E to this list if the same doesn't previously exist. so

fun <K, E> HashMap<K, E>.addIfNotExist(key: K, obj: E): E?
fun <K, E> MutableMap<K, E>.addIfNotExist(key: K, obj: E): E?

Adds E to this map if the same doesn't exist

+
infix fun <E> ArrayList<E>.addIfNotExist(obj: E): Boolean

Adds E to this list if the same doesn't exist

infix fun <E> MutableList<E>.addIfNotExist(obj: E): Boolean

Adds E to this list if the same doesn't previously exist. so

fun <K, E> HashMap<K, E>.addIfNotExist(key: K, obj: E): E?
fun <K, E> MutableMap<K, E>.addIfNotExist(key: K, obj: E): E?

Adds E to this map if the same doesn't exist

@@ -307,7 +307,7 @@

Functions

-

Returns an empty new ArrayDeque.

fun <T> arrayDequeOf(vararg elements: T): ArrayDeque<T>

Returns a new ArrayDeque with the given elements.

+

Returns an empty new ArrayDeque.

fun <T> arrayDequeOf(vararg elements: T): ArrayDeque<T>

Returns a new ArrayDeque with the given elements.

@@ -562,7 +562,7 @@

Functions

-
fun <T> dequeOf(): Deque<T>

Returns an empty new Deque.

fun <T> dequeOf(vararg elements: T): Deque<T>

Returns a new Deque with the given elements.

+
fun <T> dequeOf(): Deque<T>

Returns an empty new Deque.

fun <T> dequeOf(vararg elements: T): Deque<T>

Returns a new Deque with the given elements.

@@ -922,7 +922,7 @@

Functions

-
fun <T> List<T>.getRandom(generator: Random = Random()): T
+
fun <T> List<T>.getRandom(generator: Random = Random()): T
@@ -1792,7 +1792,7 @@

Functions

-
fun randomBooleanList(size: Int, generator: Random = Random()): List<Boolean>
+
fun randomBooleanList(size: Int, generator: Random = Random()): List<Boolean>
@@ -1807,7 +1807,7 @@

Functions

-
fun randomDoubleList(size: Int, generator: Random = Random()): List<Double>
+
fun randomDoubleList(size: Int, generator: Random = Random()): List<Double>
@@ -1822,7 +1822,7 @@

Functions

-
fun randomFloatList(size: Int, generator: Random = Random()): List<Float>
+
fun randomFloatList(size: Int, generator: Random = Random()): List<Float>
@@ -1837,7 +1837,7 @@

Functions

-
fun randomIntList(size: Int, generator: Random = Random()): List<Int>
fun randomIntList(size: Int, bound: Int, generator: Random = Random()): List<Int>
+
fun randomIntList(size: Int, generator: Random = Random()): List<Int>
fun randomIntList(size: Int, bound: Int, generator: Random = Random()): List<Int>
@@ -2002,7 +2002,7 @@

Functions

-
fun <T> LinkedList<T>.safePop(): T?
+
fun <T> LinkedList<T>.safePop(): T?
@@ -2077,7 +2077,7 @@

Functions

-
fun <T> MutableList<T>.shuffle(generator: Random = Random()): MutableList<T>
+
fun <T> MutableList<T>.shuffle(generator: Random = Random()): MutableList<T>
@@ -2137,7 +2137,7 @@

Functions

-
fun <T> Comparator<T>.sort(list: MutableList<T>)
+
fun <T> Comparator<T>.sort(list: MutableList<T>)
@@ -2362,7 +2362,7 @@

Functions

-
fun <T> Iterable<T>.toDeque(): Deque<T>

Returns a Deque filled with all elements of this collection.

+
fun <T> Iterable<T>.toDeque(): Deque<T>

Returns a Deque filled with all elements of this collection.

@@ -2392,7 +2392,7 @@

Functions

-
inline fun <T, K> Iterable<T>.toHashMap(getKey: (T) -> K): HashMap<K, T>
inline fun <T, K, V> Iterable<T>.toHashMap(getKey: (T) -> K, getValue: (T) -> V): HashMap<K, V>
+
inline fun <T, K> Iterable<T>.toHashMap(getKey: (T) -> K): HashMap<K, T>
inline fun <T, K, V> Iterable<T>.toHashMap(getKey: (T) -> K, getValue: (T) -> V): HashMap<K, V>
@@ -2407,7 +2407,7 @@

Functions

-
inline fun <T, K> Iterable<T?>.toHashMapNullable(getKey: (T?) -> K): HashMap<K, T?>
inline fun <T, K, V> Iterable<T?>.toHashMapNullable(getKey: (T?) -> K, getValue: (T?) -> V?): HashMap<K, V?>
+
inline fun <T, K> Iterable<T?>.toHashMapNullable(getKey: (T?) -> K): HashMap<K, T?>
inline fun <T, K, V> Iterable<T?>.toHashMapNullable(getKey: (T?) -> K, getValue: (T?) -> V?): HashMap<K, V?>
diff --git a/collections/dev.funkymuse.collections/random-boolean-list.html b/collections/dev.funkymuse.collections/random-boolean-list.html index e57e6dd44..8b6abac1d 100644 --- a/collections/dev.funkymuse.collections/random-boolean-list.html +++ b/collections/dev.funkymuse.collections/random-boolean-list.html @@ -63,7 +63,7 @@

randomBooleanList

-
fun randomBooleanList(size: Int, generator: Random = Random()): List<Boolean>
+
fun randomBooleanList(size: Int, generator: Random = Random()): List<Boolean>
-
fun getAllByType(clazz: Class<*>): Map<String, Any?>

get All the InMemoryCache of an Specific Type.

+
fun getAllByType(clazz: Class<*>): Map<String, Any?>

get All the InMemoryCache of an Specific Type.

diff --git a/common/dev.funkymuse.common/close-quietly.html b/common/dev.funkymuse.common/close-quietly.html index 39d947093..388d5f40a 100644 --- a/common/dev.funkymuse.common/close-quietly.html +++ b/common/dev.funkymuse.common/close-quietly.html @@ -63,7 +63,7 @@

closeQuietly

-
+
- +
@@ -926,7 +926,7 @@

Functions

-

Returns true if the current layout direction is View.LAYOUT_DIRECTION_RTL.

+

Returns true if the current layout direction is View.LAYOUT_DIRECTION_RTL.

@@ -1151,7 +1151,7 @@

Functions

-
fun runDelayed(delay: Long, timeUnit: TimeUnit = TimeUnit.MILLISECONDS, action: () -> Unit)

Extension method to run block of code after specific Delay.

+
fun runDelayed(delay: Long, timeUnit: TimeUnit = TimeUnit.MILLISECONDS, action: () -> Unit)

Extension method to run block of code after specific Delay.

@@ -1166,7 +1166,7 @@

Functions

-
fun runDelayedOnUiThread(delay: Long, timeUnit: TimeUnit = TimeUnit.MILLISECONDS, action: () -> Unit)

Extension method to run block of code on UI Thread after specific Delay.

+
fun runDelayedOnUiThread(delay: Long, timeUnit: TimeUnit = TimeUnit.MILLISECONDS, action: () -> Unit)

Extension method to run block of code on UI Thread after specific Delay.

@@ -1286,7 +1286,7 @@

Functions

- +
diff --git a/common/dev.funkymuse.common/is-rtl-layout.html b/common/dev.funkymuse.common/is-rtl-layout.html index 56d05db62..81649b61c 100644 --- a/common/dev.funkymuse.common/is-rtl-layout.html +++ b/common/dev.funkymuse.common/is-rtl-layout.html @@ -63,7 +63,7 @@

isRtlLayout

-

Returns true if the current layout direction is View.LAYOUT_DIRECTION_RTL.

Return

This always returns false on versions below JELLY_BEAN_MR1.

+

Returns true if the current layout direction is View.LAYOUT_DIRECTION_RTL.

Return

This always returns false on versions below JELLY_BEAN_MR1.

- +
@@ -622,7 +622,7 @@

Properties

-

Unwraps the Activity backing this Context if available. This is typically useful for View instances, as they typically return an instance of ContextWrapper from View.getContext

+

Unwraps the Activity backing this Context if available. This is typically useful for View instances, as they typically return an instance of ContextWrapper from View.getContext

@@ -896,7 +896,7 @@

Functions

- +
@@ -1361,7 +1361,7 @@

Functions

-
fun Context.getRaw(rawId: Int, inputStream: InputStream.() -> Unit)

Opens raw input stream for reading

+
fun Context.getRaw(rawId: Int, inputStream: InputStream.() -> Unit)

Opens raw input stream for reading

@@ -1526,7 +1526,7 @@

Functions

-

{@code }

+

{@code }

@@ -1886,7 +1886,7 @@

Functions

- +
@@ -2201,7 +2201,7 @@

Functions

-
fun Context.showTimePicker(currentDate: Date, is24Hour: Boolean = false, onDatePicked: (hour: Int, minute: Int) -> Unit)

Show the Time Picker and Get the Picked Time Easily

+
fun Context.showTimePicker(currentDate: Date, is24Hour: Boolean = false, onDatePicked: (hour: Int, minute: Int) -> Unit)

Show the Time Picker and Get the Picked Time Easily

@@ -2426,7 +2426,7 @@

Functions

- +
diff --git a/context/dev.funkymuse.context/install-app.html b/context/dev.funkymuse.context/install-app.html index b59ab75ff..9290f8fc7 100644 --- a/context/dev.funkymuse.context/install-app.html +++ b/context/dev.funkymuse.context/install-app.html @@ -63,7 +63,7 @@

installApp

-

{@code }

Receiver

Context

Parameters

file

File

+

{@code }

Receiver

Context

Parameters

file

File

@@ -222,7 +222,7 @@

Functions

- +
@@ -237,7 +237,7 @@

Functions

- +
diff --git a/coroutines/dev.funkymuse.coroutines/index.html b/coroutines/dev.funkymuse.coroutines/index.html index 2747197fc..9b3e63e1d 100644 --- a/coroutines/dev.funkymuse.coroutines/index.html +++ b/coroutines/dev.funkymuse.coroutines/index.html @@ -78,7 +78,7 @@

Types

- +
diff --git a/file/dev.funkymuse.file/clear-file-and-write-bytes.html b/file/dev.funkymuse.file/clear-file-and-write-bytes.html index 5f9860a24..d50883844 100644 --- a/file/dev.funkymuse.file/clear-file-and-write-bytes.html +++ b/file/dev.funkymuse.file/clear-file-and-write-bytes.html @@ -63,7 +63,7 @@

clearFileAndWriteBytes

-
+
- +
@@ -277,7 +277,7 @@

Functions

- +
@@ -292,7 +292,7 @@

Functions

-
fun File.clearFileAndWriteText(text: String, charset: Charset = Charsets.UTF_8)
+
fun File.clearFileAndWriteText(text: String, charset: Charset = Charsets.UTF_8)
@@ -337,7 +337,7 @@

Functions

-
fun File.copy(dest: File)

Copy File/Dir to new Destination

+
fun File.copy(dest: File)

Copy File/Dir to new Destination

@@ -352,7 +352,7 @@

Functions

-

Copies data from input stream

+

Copies data from input stream

@@ -367,7 +367,7 @@

Functions

- +
@@ -382,7 +382,7 @@

Functions

-
fun createZip(files: List<String>, file: File, bufferSize: Int = 2048): String?

Create zip of files

+
fun createZip(files: List<String>, file: File, bufferSize: Int = 2048): String?

Create zip of files

@@ -397,7 +397,7 @@

Functions

-
fun createZipFile(srcFile: File, zipFile: File): Boolean
fun createZipFile(srcFilePath: String, zipFilePath: String): Boolean
fun createZipFile(srcFile: File?, zipFile: File?, comment: String?): Boolean
fun createZipFile(srcFilePath: String, zipFilePath: String, comment: String): Boolean

Zip the file.

+
fun createZipFile(srcFile: File, zipFile: File): Boolean
fun createZipFile(srcFilePath: String, zipFilePath: String): Boolean
fun createZipFile(srcFile: File?, zipFile: File?, comment: String?): Boolean
fun createZipFile(srcFilePath: String, zipFilePath: String, comment: String): Boolean

Zip the file.

@@ -412,7 +412,7 @@

Functions

-

Deletes all files

+

Deletes all files

@@ -442,7 +442,7 @@

Functions

-
fun deleteDir(dir: File?): Boolean
+
fun deleteDir(dir: File?): Boolean
@@ -457,7 +457,7 @@

Functions

-

Deletes given directory and returns result

+

Deletes given directory and returns result

@@ -472,7 +472,7 @@

Functions

- +
@@ -487,7 +487,7 @@

Functions

- +
@@ -532,7 +532,7 @@

Functions

- +
@@ -547,7 +547,7 @@

Functions

- +
@@ -562,7 +562,7 @@

Functions

- +
@@ -577,7 +577,7 @@

Functions

-
fun File.fileIsMimeType(mimeType: String?, mimeTypeMap: MimeTypeMap): Boolean
+
fun File.fileIsMimeType(mimeType: String?, mimeTypeMap: MimeTypeMap): Boolean
@@ -607,7 +607,7 @@

Functions

-

Checks and returns if there's a valid directory with given path

+

Checks and returns if there's a valid directory with given path

@@ -622,7 +622,7 @@

Functions

-
fun getComments(zipFile: File?): List<String>?
fun getComments(zipFilePath: String): List<String>?

Return the files' comment in ZIP file.

+
fun getComments(zipFile: File?): List<String>?
fun getComments(zipFilePath: String): List<String>?

Return the files' comment in ZIP file.

@@ -652,7 +652,7 @@

Functions

-

Get the size of the directory in bytes format

+

Get the size of the directory in bytes format

@@ -667,7 +667,7 @@

Functions

-

Gets the file count of given directory

+

Gets the file count of given directory

@@ -682,7 +682,7 @@

Functions

-

Gets all files in given directory

+

Gets all files in given directory

@@ -697,7 +697,7 @@

Functions

-
fun getFilesPath(zipFile: File?): List<String>?
fun getFilesPath(zipFilePath: String): List<String>?

Return the files' path in ZIP file.

+
fun getFilesPath(zipFile: File?): List<String>?
fun getFilesPath(zipFilePath: String): List<String>?

Return the files' path in ZIP file.

@@ -712,7 +712,7 @@

Functions

-

Calculates the folder size

+

Calculates the folder size

@@ -772,7 +772,7 @@

Functions

- +
@@ -787,7 +787,7 @@

Functions

-
fun Context.getUriFromFile(file: File, authority: String): Uri
fun File.getUriFromFile(context: Context, authority: String): Uri

Gets an uri of file

+
fun Context.getUriFromFile(file: File, authority: String): Uri
fun File.getUriFromFile(context: Context, authority: String): Uri

Gets an uri of file

@@ -802,7 +802,7 @@

Functions

- +
@@ -892,7 +892,7 @@

Functions

-

returns true if File is an Image

+

returns true if File is an Image

@@ -937,7 +937,7 @@

Functions

- +
@@ -952,7 +952,7 @@

Functions

- +
@@ -967,7 +967,7 @@

Functions

- +
@@ -982,7 +982,7 @@

Functions

-

The method is use to prevent a problem, when several threads can try to .mkdirsIfNotExist for the same Path simultaneously.

+

The method is use to prevent a problem, when several threads can try to .mkdirsIfNotExist for the same Path simultaneously.

@@ -997,7 +997,7 @@

Functions

-
fun File.move(dest: File)

Move File/Dir to new Destination

+
fun File.move(dest: File)

Move File/Dir to new Destination

@@ -1027,7 +1027,7 @@

Functions

-

Open File in InputStream

+

Open File in InputStream

@@ -1042,7 +1042,7 @@

Functions

- +
@@ -1057,7 +1057,7 @@

Functions

- +
@@ -1087,7 +1087,7 @@

Functions

-

Read File data as String and Returns the Result

+

Read File data as String and Returns the Result

@@ -1102,7 +1102,7 @@

Functions

-

Recursively listing File files returning the list of all files

fun recursiveDirectoryListing(files: Array<File>?, callbackArray: ArrayList<File>)

Recursively listing File files

fun recursiveDirectoryListing(files: Array<File>?, fileCallback: (file: File) -> Unit = {})

Recursive listing File files

+

Recursively listing File files returning the list of all files

fun recursiveDirectoryListing(files: Array<File>?, callbackArray: ArrayList<File>)

Recursively listing File files

fun recursiveDirectoryListing(files: Array<File>?, fileCallback: (file: File) -> Unit = {})

Recursive listing File files

@@ -1162,7 +1162,7 @@

Functions

-
fun saveFile(fullPath: String, content: String): File
+
fun saveFile(fullPath: String, content: String): File
@@ -1177,7 +1177,7 @@

Functions

-
inline fun File.saveFile(runBlockIfOk: () -> Unit, runBlockIfFail: () -> Unit, useMkdirsIfNotExistSynchronized: Boolean)
+
inline fun File.saveFile(runBlockIfOk: () -> Unit, runBlockIfFail: () -> Unit, useMkdirsIfNotExistSynchronized: Boolean)
@@ -1192,7 +1192,7 @@

Functions

-

Convert File to ByteArray

Opens and reads the entirety of the Uri into a ByteArray.

+

Convert File to ByteArray

Opens and reads the entirety of the Uri into a ByteArray.

@@ -1207,7 +1207,7 @@

Functions

- +
@@ -1222,7 +1222,7 @@

Functions

-
fun File.toUri(): Uri
+
fun File.toUri(): Uri
@@ -1237,7 +1237,7 @@

Functions

-
fun unzipFile(zipFile: File, destDir: File): List<File>?
fun unzipFile(zipFilePath: String, destDirPath: String): List<File>?

Unzip the file.

+
fun unzipFile(zipFile: File, destDir: File): List<File>?
fun unzipFile(zipFilePath: String, destDirPath: String): List<File>?

Unzip the file.

@@ -1252,7 +1252,7 @@

Functions

-
fun unzipFileByKeyword(zipFile: File?, destDir: File?, keyword: String?): List<File>?
fun unzipFileByKeyword(zipFilePath: String, destDirPath: String, keyword: String?): List<File>?

Unzip the file by keyword.

+
fun unzipFileByKeyword(zipFile: File?, destDir: File?, keyword: String?): List<File>?
fun unzipFileByKeyword(zipFilePath: String, destDirPath: String, keyword: String?): List<File>?

Unzip the file by keyword.

@@ -1267,7 +1267,7 @@

Functions

-
fun zipFiles(srcFiles: Collection<File>, zipFile: File): Boolean
fun zipFiles(srcFiles: Collection<String>, zipFilePath: String): Boolean
fun zipFiles(srcFiles: Collection<File>?, zipFile: File?, comment: String?): Boolean
fun zipFiles(srcFilePaths: Collection<String>?, zipFilePath: String?, comment: String?): Boolean

Zip the files.

+
fun zipFiles(srcFiles: Collection<File>, zipFile: File): Boolean
fun zipFiles(srcFiles: Collection<String>, zipFilePath: String): Boolean
fun zipFiles(srcFiles: Collection<File>?, zipFile: File?, comment: String?): Boolean
fun zipFiles(srcFilePaths: Collection<String>?, zipFilePath: String?, comment: String?): Boolean

Zip the files.

diff --git a/file/dev.funkymuse.file/is-audio-file.html b/file/dev.funkymuse.file/is-audio-file.html index edfeaefc2..86ae1ccbd 100644 --- a/file/dev.funkymuse.file/is-audio-file.html +++ b/file/dev.funkymuse.file/is-audio-file.html @@ -63,7 +63,7 @@

isAudioFile

-
+
@@ -147,7 +147,7 @@

Functions

-
open fun ints(): IntStream
open fun ints(p0: Long): IntStream
open fun ints(p0: Int, p1: Int): IntStream
open fun ints(p0: Long, p1: Int, p2: Int): IntStream
+
open fun ints(): IntStream
open fun ints(p0: Long): IntStream
open fun ints(p0: Int, p1: Int): IntStream
open fun ints(p0: Long, p1: Int, p2: Int): IntStream
@@ -162,7 +162,7 @@

Functions

-
open fun longs(): LongStream
open fun longs(p0: Long): LongStream
open fun longs(p0: Long, p1: Long): LongStream
open fun longs(p0: Long, p1: Long, p2: Long): LongStream
+
open fun longs(): LongStream
open fun longs(p0: Long): LongStream
open fun longs(p0: Long, p1: Long): LongStream
open fun longs(p0: Long, p1: Long, p2: Long): LongStream
diff --git a/generators/dev.funkymuse.generators/index.html b/generators/dev.funkymuse.generators/index.html index 5254a7cf9..9b4b4950d 100644 --- a/generators/dev.funkymuse.generators/index.html +++ b/generators/dev.funkymuse.generators/index.html @@ -78,7 +78,7 @@

Types

- +
diff --git a/gson/dev.funkymuse.gson/as-json-from-text.html b/gson/dev.funkymuse.gson/as-json-from-text.html index ed40b3d07..593ace67d 100644 --- a/gson/dev.funkymuse.gson/as-json-from-text.html +++ b/gson/dev.funkymuse.gson/as-json-from-text.html @@ -63,7 +63,7 @@

asJsonFromText

-
inline fun <T> File.asJsonFromText(charset: Charset = Charsets.UTF_8)
+
inline fun <T> File.asJsonFromText(charset: Charset = Charsets.UTF_8)
-
inline fun <T> File.asJsonFromText(charset: Charset = Charsets.UTF_8)
+
inline fun <T> File.asJsonFromText(charset: Charset = Charsets.UTF_8)
diff --git a/http/dev.funkymuse.http/-https-utils/-s-s-l-params/index.html b/http/dev.funkymuse.http/-https-utils/-s-s-l-params/index.html index d337fbd68..50a2e6f56 100644 --- a/http/dev.funkymuse.http/-https-utils/-s-s-l-params/index.html +++ b/http/dev.funkymuse.http/-https-utils/-s-s-l-params/index.html @@ -98,7 +98,7 @@

Properties

- +
@@ -113,7 +113,7 @@

Properties

- +
diff --git a/http/dev.funkymuse.http/-https-utils/-s-s-l-params/s-s-l-socket-factory.html b/http/dev.funkymuse.http/-https-utils/-s-s-l-params/s-s-l-socket-factory.html index e01bab002..a284ad5b2 100644 --- a/http/dev.funkymuse.http/-https-utils/-s-s-l-params/s-s-l-socket-factory.html +++ b/http/dev.funkymuse.http/-https-utils/-s-s-l-params/s-s-l-socket-factory.html @@ -63,7 +63,7 @@

sSLSocketFactory

-
+
- +
@@ -132,7 +132,7 @@

Functions

- +
diff --git a/http/dev.funkymuse.http/-https-utils/unsafe-trust-manager.html b/http/dev.funkymuse.http/-https-utils/unsafe-trust-manager.html index c09c0916b..4f33bae2d 100644 --- a/http/dev.funkymuse.http/-https-utils/unsafe-trust-manager.html +++ b/http/dev.funkymuse.http/-https-utils/unsafe-trust-manager.html @@ -63,7 +63,7 @@

unsafeTrustManager

-
+
-

Standard Intent.getDoubleExtra but allows for null. Note that this would treat Double.MIN_VALUE as null if you were to pass it

+

Standard Intent.getDoubleExtra but allows for null. Note that this would treat Double.MIN_VALUE as null if you were to pass it

@@ -487,7 +487,7 @@

Functions

-

Standard Intent.getBooleanExtra but allows for null. Note that this would treat Int.MIN_VALUE as null if you were to pass it

+

Standard Intent.getBooleanExtra but allows for null. Note that this would treat Int.MIN_VALUE as null if you were to pass it

@@ -502,7 +502,7 @@

Functions

-

Standard Intent.getIntExtra but allows for null. Note that this would treat Int.MIN_VALUE as null if you were to pass it

+

Standard Intent.getIntExtra but allows for null. Note that this would treat Int.MIN_VALUE as null if you were to pass it

@@ -517,7 +517,7 @@

Functions

-

Standard Intent.getLongExtra but allows for null. Note that this would treat Long.MIN_VALUE as null if you were to pass it

+

Standard Intent.getLongExtra but allows for null. Note that this would treat Long.MIN_VALUE as null if you were to pass it

@@ -832,7 +832,7 @@

Functions

-
inline fun Fragment.selectContact(onCantHandleAction: () -> Unit = {}, crossinline onContactPicked: (Uri?) -> Unit): ActivityResultLauncher<Void?>
inline fun FragmentActivity.selectContact(onCantHandleAction: () -> Unit = {}, crossinline onContactPicked: (Uri?) -> Unit): ActivityResultLauncher<Void?>
+
inline fun Fragment.selectContact(onCantHandleAction: () -> Unit = {}, crossinline onContactPicked: (Uri?) -> Unit): ActivityResultLauncher<Void?>
inline fun FragmentActivity.selectContact(onCantHandleAction: () -> Unit = {}, crossinline onContactPicked: (Uri?) -> Unit): ActivityResultLauncher<Void?>
diff --git a/intent/dev.funkymuse.intent/select-contact.html b/intent/dev.funkymuse.intent/select-contact.html index f7e2ae8ea..e1247a304 100644 --- a/intent/dev.funkymuse.intent/select-contact.html +++ b/intent/dev.funkymuse.intent/select-contact.html @@ -63,7 +63,7 @@

selectContact

-
inline fun FragmentActivity.selectContact(onCantHandleAction: () -> Unit = {}, crossinline onContactPicked: (Uri?) -> Unit): ActivityResultLauncher<Void?>
inline fun Fragment.selectContact(onCantHandleAction: () -> Unit = {}, crossinline onContactPicked: (Uri?) -> Unit): ActivityResultLauncher<Void?>
+
inline fun FragmentActivity.selectContact(onCantHandleAction: () -> Unit = {}, crossinline onContactPicked: (Uri?) -> Unit): ActivityResultLauncher<Void?>
inline fun Fragment.selectContact(onCantHandleAction: () -> Unit = {}, crossinline onContactPicked: (Uri?) -> Unit): ActivityResultLauncher<Void?>
-
fun Date.toDateTime(): DateTime

Convert Date to DateTime

fun String.toDateTime(pattern: String? = null): DateTime?

Parse string to DateTime

+
fun Date.toDateTime(): DateTime

Convert Date to DateTime

fun String.toDateTime(pattern: String? = null): DateTime?

Parse string to DateTime

@@ -1912,7 +1912,7 @@

Functions

-
fun Date.toLocalDate(): LocalDate

Convert Date to LocalDate

fun String.toLocalDate(pattern: String? = null): LocalDate?

Parse string to LocalDate

+
fun Date.toLocalDate(): LocalDate

Convert Date to LocalDate

fun String.toLocalDate(pattern: String? = null): LocalDate?

Parse string to LocalDate

@@ -1927,7 +1927,7 @@

Functions

-
fun Date.toLocalDateTime(): LocalDateTime

Convert Date to LocalDateTime

+
fun Date.toLocalDateTime(): LocalDateTime

Convert Date to LocalDateTime

@@ -1942,7 +1942,7 @@

Functions

-
fun Date.toLocalTime(): LocalTime

Convert Date to LocalTime

fun String.toLocalTime(pattern: String? = null): LocalTime?

Parse string to LocalTime

+
fun Date.toLocalTime(): LocalTime

Convert Date to LocalTime

fun String.toLocalTime(pattern: String? = null): LocalTime?

Parse string to LocalTime

@@ -1987,7 +1987,7 @@

Functions

-
fun DateTime.toTimestamp(): Timestamp

Convert DateTime to Timestamp

+
fun DateTime.toTimestamp(): Timestamp

Convert DateTime to Timestamp

diff --git a/jodaDateTime/dev.funkymuse.jodadatetime/to-date-time.html b/jodaDateTime/dev.funkymuse.jodadatetime/to-date-time.html index 675019c3c..eb9305349 100644 --- a/jodaDateTime/dev.funkymuse.jodadatetime/to-date-time.html +++ b/jodaDateTime/dev.funkymuse.jodadatetime/to-date-time.html @@ -63,7 +63,7 @@

toDateTime

-
fun Date.toDateTime(): DateTime

Convert Date to DateTime


fun String.toDateTime(pattern: String? = null): DateTime?

Parse string to DateTime

+
fun Date.toDateTime(): DateTime

Convert Date to DateTime


fun String.toDateTime(pattern: String? = null): DateTime?

Parse string to DateTime

- +
@@ -131,7 +131,7 @@

Functions

-
infix fun Locale.equals(locale: Locale): Boolean
+
infix fun Locale.equals(locale: Locale): Boolean
@@ -146,7 +146,7 @@

Functions

- +
@@ -161,7 +161,7 @@

Functions

-
fun Context.getLocalizedString(requestedLocale: Locale, resourceId: Int): String
+
fun Context.getLocalizedString(requestedLocale: Locale, resourceId: Int): String
diff --git a/math/dev.funkymuse.math/-math-utils/-companion/index.html b/math/dev.funkymuse.math/-math-utils/-companion/index.html index 01b63a65f..86f8acd94 100644 --- a/math/dev.funkymuse.math/-math-utils/-companion/index.html +++ b/math/dev.funkymuse.math/-math-utils/-companion/index.html @@ -244,7 +244,7 @@

Properties

- +
diff --git a/math/dev.funkymuse.math/-math-utils/-companion/rand-int.html b/math/dev.funkymuse.math/-math-utils/-companion/rand-int.html index 652b33dc9..918baafa5 100644 --- a/math/dev.funkymuse.math/-math-utils/-companion/rand-int.html +++ b/math/dev.funkymuse.math/-math-utils/-companion/rand-int.html @@ -63,7 +63,7 @@

randInt

-
fun randInt(min: Int, max: Int): Int

Returns a pseudo-random number between min and max, inclusive. The difference between min and max can be at most Integer.MAX_VALUE - 1.

Return

Integer between min and max, inclusive.

Parameters

min

Minimum value

max

Maximum value. Must be greater than min.

See also

+
fun randInt(min: Int, max: Int): Int

Returns a pseudo-random number between min and max, inclusive. The difference between min and max can be at most Integer.MAX_VALUE - 1.

Return

Integer between min and max, inclusive.

Parameters

min

Minimum value

max

Maximum value. Must be greater than min.

See also

-
fun Double.format(pattern: String): String
fun Double.format(pattern: String, roundingMode: RoundingMode): String
fun Double.format(pattern: String, groupingSeperator: Char): String
fun Double.format(pattern: String, init: DecimalFormat.() -> Unit): String
+
fun Double.format(pattern: String): String
fun Double.format(pattern: String, roundingMode: RoundingMode): String
fun Double.format(pattern: String, groupingSeperator: Char): String
fun Double.format(pattern: String, init: DecimalFormat.() -> Unit): String
diff --git a/retrofit/dev.funkymuse.retrofit.adapter/-api-result-adapter-factory/get.html b/retrofit/dev.funkymuse.retrofit.adapter/-api-result-adapter-factory/get.html index 27b5622bf..2e0abf6da 100644 --- a/retrofit/dev.funkymuse.retrofit.adapter/-api-result-adapter-factory/get.html +++ b/retrofit/dev.funkymuse.retrofit.adapter/-api-result-adapter-factory/get.html @@ -63,7 +63,7 @@

get

-
open operator override fun get(returnType: Type, annotations: Array<Annotation>, retrofit: Retrofit): CallAdapter<*, *>?
+
open operator override fun get(returnType: Type, annotations: Array<Annotation>, retrofit: Retrofit): CallAdapter<*, *>?
-
open operator override fun get(returnType: Type, annotations: Array<Annotation>, retrofit: Retrofit): CallAdapter<*, *>?
+
open operator override fun get(returnType: Type, annotations: Array<Annotation>, retrofit: Retrofit): CallAdapter<*, *>?
diff --git a/retrofit/dev.funkymuse.retrofit.interceptors/-network-cache-interceptor/-network-cache-interceptor.html b/retrofit/dev.funkymuse.retrofit.interceptors/-network-cache-interceptor/-network-cache-interceptor.html index 7c195d30d..d21d43c8b 100644 --- a/retrofit/dev.funkymuse.retrofit.interceptors/-network-cache-interceptor/-network-cache-interceptor.html +++ b/retrofit/dev.funkymuse.retrofit.interceptors/-network-cache-interceptor/-network-cache-interceptor.html @@ -63,7 +63,7 @@

NetworkCacheInterceptor

-
constructor(maxAge: Int = 1, timeUnit: TimeUnit = TimeUnit.MINUTES, cacheControlAbbreviation: String = "Cache-control")
+
constructor(maxAge: Int = 1, timeUnit: TimeUnit = TimeUnit.MINUTES, cacheControlAbbreviation: String = "Cache-control")
diff --git a/retrofit/dev.funkymuse.retrofit.interceptors/index.html b/retrofit/dev.funkymuse.retrofit.interceptors/index.html index bc5acea05..d389d8895 100644 --- a/retrofit/dev.funkymuse.retrofit.interceptors/index.html +++ b/retrofit/dev.funkymuse.retrofit.interceptors/index.html @@ -213,7 +213,7 @@

Types

-
class NetworkCacheInterceptor(maxAge: Int = 1, timeUnit: TimeUnit = TimeUnit.MINUTES, cacheControlAbbreviation: String = "Cache-control") : Interceptor

In order to cache the response build cache see @see Context.retrofitCache()

+
class NetworkCacheInterceptor(maxAge: Int = 1, timeUnit: TimeUnit = TimeUnit.MINUTES, cacheControlAbbreviation: String = "Cache-control") : Interceptor

In order to cache the response build cache see @see Context.retrofitCache()

diff --git a/retrofit/dev.funkymuse.retrofit.progressInterceptor/-progress-response-body/index.html b/retrofit/dev.funkymuse.retrofit.progressInterceptor/-progress-response-body/index.html index 59bcaa599..b786f664c 100644 --- a/retrofit/dev.funkymuse.retrofit.progressInterceptor/-progress-response-body/index.html +++ b/retrofit/dev.funkymuse.retrofit.progressInterceptor/-progress-response-body/index.html @@ -113,7 +113,7 @@

Functions

- +
@@ -143,7 +143,7 @@

Functions

- +
diff --git a/retrofit/dev.funkymuse.retrofit.throwables/-no-connection-exception/index.html b/retrofit/dev.funkymuse.retrofit.throwables/-no-connection-exception/index.html index 9376a0880..d2b9efd4c 100644 --- a/retrofit/dev.funkymuse.retrofit.throwables/-no-connection-exception/index.html +++ b/retrofit/dev.funkymuse.retrofit.throwables/-no-connection-exception/index.html @@ -62,7 +62,7 @@

NoConnectionException

-
class NoConnectionException(customMessage: String? = null) : IOException
+
class NoConnectionException(customMessage: String? = null) : IOException
@@ -222,7 +222,7 @@

Functions

- +
@@ -267,7 +267,7 @@

Functions

- +
@@ -282,7 +282,7 @@

Functions

- +
diff --git a/retrofit/dev.funkymuse.retrofit.throwables/-too-many-requests-exception/index.html b/retrofit/dev.funkymuse.retrofit.throwables/-too-many-requests-exception/index.html index 927a311f0..b123c7b8a 100644 --- a/retrofit/dev.funkymuse.retrofit.throwables/-too-many-requests-exception/index.html +++ b/retrofit/dev.funkymuse.retrofit.throwables/-too-many-requests-exception/index.html @@ -62,7 +62,7 @@

TooManyRequestsException

-
+
@@ -222,7 +222,7 @@

Functions

- +
@@ -267,7 +267,7 @@

Functions

- +
@@ -282,7 +282,7 @@

Functions

- +
diff --git a/retrofit/dev.funkymuse.retrofit.throwables/-unauthorized-exception/index.html b/retrofit/dev.funkymuse.retrofit.throwables/-unauthorized-exception/index.html index 32a30b938..28fac3f48 100644 --- a/retrofit/dev.funkymuse.retrofit.throwables/-unauthorized-exception/index.html +++ b/retrofit/dev.funkymuse.retrofit.throwables/-unauthorized-exception/index.html @@ -62,7 +62,7 @@

UnauthorizedException

-
class UnauthorizedException(customMessage: String?) : IOException
+
class UnauthorizedException(customMessage: String?) : IOException
@@ -222,7 +222,7 @@

Functions

- +
@@ -267,7 +267,7 @@

Functions

- +
@@ -282,7 +282,7 @@

Functions

- +
diff --git a/retrofit/dev.funkymuse.retrofit.throwables/index.html b/retrofit/dev.funkymuse.retrofit.throwables/index.html index 234552ab9..f5e452f01 100644 --- a/retrofit/dev.funkymuse.retrofit.throwables/index.html +++ b/retrofit/dev.funkymuse.retrofit.throwables/index.html @@ -78,7 +78,7 @@

Types

-
class NoConnectionException(customMessage: String? = null) : IOException
+
class NoConnectionException(customMessage: String? = null) : IOException
@@ -93,7 +93,7 @@

Types

- +
@@ -108,7 +108,7 @@

Types

-
class UnauthorizedException(customMessage: String?) : IOException
+
class UnauthorizedException(customMessage: String?) : IOException
diff --git a/retrofit/dev.funkymuse.retrofit/set-un-safe-ok-http-client.html b/retrofit/dev.funkymuse.retrofit/set-un-safe-ok-http-client.html index 6cc7c3973..1588c12ce 100644 --- a/retrofit/dev.funkymuse.retrofit/set-un-safe-ok-http-client.html +++ b/retrofit/dev.funkymuse.retrofit/set-un-safe-ok-http-client.html @@ -63,7 +63,7 @@

setUnSafeOkHttpClient

-
fun OkHttpClient.Builder.setUnSafeOkHttpClient()

Sets the retrofit to accept all untrusted/unsafe communications, USE WITH CAUTION!

Receiver

OkHttpClient.Builder

Throws

+
fun OkHttpClient.Builder.setUnSafeOkHttpClient()

Sets the retrofit to accept all untrusted/unsafe communications, USE WITH CAUTION!

Receiver

OkHttpClient.Builder

Throws

-
fun rxTimer(oldTimer: Disposable?, time: Long, unit: TimeUnit = TimeUnit.MILLISECONDS, thread: Scheduler = Schedulers.computation(), observerThread: Scheduler = mainThreadScheduler, action: (Long) -> Unit): Disposable?
+
fun rxTimer(oldTimer: Disposable?, time: Long, unit: TimeUnit = TimeUnit.MILLISECONDS, thread: Scheduler = Schedulers.computation(), observerThread: Scheduler = mainThreadScheduler, action: (Long) -> Unit): Disposable?
@@ -1181,7 +1181,7 @@

Functions

-
fun <T : Any> T?.toMaybe(): Maybe<T>
fun <T : Any> Callable<T>.toMaybe(): Maybe<T>
fun <T : Any> Future<T>.toMaybe(): Maybe<T>
fun <T : Any> () -> T.toMaybe(): Maybe<T>
@JvmName(name = "toMaybeFromThrowable")
fun <T : Any> () -> Throwable.toMaybe(): Maybe<T>
fun <T : Any> Throwable.toMaybe(): Maybe<T>
+
fun <T : Any> T?.toMaybe(): Maybe<T>
fun <T : Any> Callable<T>.toMaybe(): Maybe<T>
fun <T : Any> Future<T>.toMaybe(): Maybe<T>
fun <T : Any> () -> T.toMaybe(): Maybe<T>
@JvmName(name = "toMaybeFromThrowable")
fun <T : Any> () -> Throwable.toMaybe(): Maybe<T>
fun <T : Any> Throwable.toMaybe(): Maybe<T>
@@ -1211,7 +1211,7 @@

Functions

-
fun <T : Any> T.toSingle(): Single<T>
fun <T : Any> Callable<T>.toSingle(): Single<T>
fun <T : Any> Future<T>.toSingle(): Single<T>
fun <T : Any> () -> T.toSingle(): Single<T>
@JvmName(name = "toSingleFromThrowable")
fun <T : Any> () -> Throwable.toSingle(): Single<T>
fun <T : Any> Throwable.toSingle(): Single<T>
fun <T : Any> Completable.toSingle(item: () -> T): @NonNull Single<T>
+
fun <T : Any> T.toSingle(): Single<T>
fun <T : Any> Callable<T>.toSingle(): Single<T>
fun <T : Any> Future<T>.toSingle(): Single<T>
fun <T : Any> () -> T.toSingle(): Single<T>
@JvmName(name = "toSingleFromThrowable")
fun <T : Any> () -> Throwable.toSingle(): Single<T>
fun <T : Any> Throwable.toSingle(): Single<T>
fun <T : Any> Completable.toSingle(item: () -> T): @NonNull Single<T>
diff --git a/rx/dev.funkymuse.rx/rx-timer.html b/rx/dev.funkymuse.rx/rx-timer.html index 396ed6a27..14695cd2b 100644 --- a/rx/dev.funkymuse.rx/rx-timer.html +++ b/rx/dev.funkymuse.rx/rx-timer.html @@ -63,7 +63,7 @@

rxTimer

-
fun rxTimer(oldTimer: Disposable?, time: Long, unit: TimeUnit = TimeUnit.MILLISECONDS, thread: Scheduler = Schedulers.computation(), observerThread: Scheduler = mainThreadScheduler, action: (Long) -> Unit): Disposable?
+
fun rxTimer(oldTimer: Disposable?, time: Long, unit: TimeUnit = TimeUnit.MILLISECONDS, thread: Scheduler = Schedulers.computation(), observerThread: Scheduler = mainThreadScheduler, action: (Long) -> Unit): Disposable?
-
fun decryptToFile(secretKey: String, cypherSpecString: String, input: InputStream, output: OutputStream)
+
fun decryptToFile(secretKey: String, cypherSpecString: String, input: InputStream, output: OutputStream)
@@ -94,7 +94,7 @@

Functions

-
fun encryptToFile(secretKey: String, cypherSpecString: String, input: InputStream, output: OutputStream)

Store the secret key and the cypher string to your server not locally

+
fun encryptToFile(secretKey: String, cypherSpecString: String, input: InputStream, output: OutputStream)

Store the secret key and the cypher string to your server not locally

diff --git a/security/dev.funkymuse.security/encrypt-file-safely.html b/security/dev.funkymuse.security/encrypt-file-safely.html index 5bd6becea..e2821095f 100644 --- a/security/dev.funkymuse.security/encrypt-file-safely.html +++ b/security/dev.funkymuse.security/encrypt-file-safely.html @@ -63,7 +63,7 @@

encryptFileSafely

-
fun Context.encryptFileSafely(file: File, masterKey: MasterKey = getMasterKeyDefaultAlias, fileContent: ByteArray)
+
fun Context.encryptFileSafely(file: File, masterKey: MasterKey = getMasterKeyDefaultAlias, fileContent: ByteArray)
- +
@@ -446,7 +446,7 @@

Functions

-
fun Context.encryptFile(file: File, masterKey: MasterKey = getMasterKeyDefaultAlias, fileContent: ByteArray)
+
fun Context.encryptFile(file: File, masterKey: MasterKey = getMasterKeyDefaultAlias, fileContent: ByteArray)
@@ -461,7 +461,7 @@

Functions

-
fun Context.encryptFileSafely(file: File, masterKey: MasterKey = getMasterKeyDefaultAlias, fileContent: ByteArray)
+
fun Context.encryptFileSafely(file: File, masterKey: MasterKey = getMasterKeyDefaultAlias, fileContent: ByteArray)
@@ -476,10 +476,10 @@

Functions

-
fun generateOneTimePassword(passwordLength: Int = 8, shuffleCharacters: Boolean = true, random: SecureRandom = SecureRandom(), exemptChars: List<Char> = emptyList()): String
fun generateOneTimePassword(chars: CharArray = ("abcdefghijklmnopqrstuvwxyz" +
fun generateOneTimePassword(passwordLength: Int = 8, shuffleCharacters: Boolean = true, random: SecureRandom = SecureRandom(), exemptChars: List<Char> = emptyList()): String
fun generateOneTimePassword(chars: CharArray = ("abcdefghijklmnopqrstuvwxyz" + "ABCDEFGHIJKLMNOPQRSTUVWXYZ" + "0123456789!@%$%&^?|~'\"#+=" - + "\\*/.,:;[]()-_<>").toCharArray(), passwordLength: Int = 8, shuffleCharacters: Boolean = true, random: SecureRandom = SecureRandom(), exemptChars: List<Char> = emptyList()): String
+ + "\\*/.,:;[]()-_<>").toCharArray(),
passwordLength: Int = 8, shuffleCharacters: Boolean = true, random: SecureRandom = SecureRandom(), exemptChars: List<Char> = emptyList()
): String
@@ -509,7 +509,7 @@

Functions

-
fun Context.getEncryptedFile(file: File, masterKey: MasterKey = getMasterKeyDefaultAlias): EncryptedFile
+
fun Context.getEncryptedFile(file: File, masterKey: MasterKey = getMasterKeyDefaultAlias): EncryptedFile
@@ -719,7 +719,7 @@

Functions

- +
@@ -734,7 +734,7 @@

Functions

-
fun EncryptedFile.readText(charset: Charset = Charsets.UTF_8): String
+
fun EncryptedFile.readText(charset: Charset = Charsets.UTF_8): String
diff --git a/security/dev.funkymuse.security/read-text.html b/security/dev.funkymuse.security/read-text.html index bae85832c..c48abc12a 100644 --- a/security/dev.funkymuse.security/read-text.html +++ b/security/dev.funkymuse.security/read-text.html @@ -63,7 +63,7 @@

readText

-
fun EncryptedFile.readText(charset: Charset = Charsets.UTF_8): String
+
fun EncryptedFile.readText(charset: Charset = Charsets.UTF_8): String
-

Returns a new File Object with the Current String as Its path

+

Returns a new File Object with the Current String as Its path

@@ -487,7 +487,7 @@

Functions

-

Returns a new File Object with the Current String as Its path

+

Returns a new File Object with the Current String as Its path

@@ -502,7 +502,7 @@

Functions

-
infix fun Date.asString(parseFormat: String): String
+
infix fun Date.asString(parseFormat: String): String
@@ -967,7 +967,7 @@

Functions

-
fun Context.getAppApk(pName: String = packageName): File

get Application Apk File

+
fun Context.getAppApk(pName: String = packageName): File

get Application Apk File

@@ -1102,7 +1102,7 @@

Functions

-
fun File.getUri(): Uri
+
fun File.getUri(): Uri
@@ -1927,7 +1927,7 @@

Functions

-

Save String to a Given File

+

Save String to a Given File

@@ -2092,7 +2092,7 @@

Functions

-
fun String.toDate(format: DateFormat): Date?
infix fun String.toDate(currentFormat: String): Date
+
fun String.toDate(format: DateFormat): Date?
infix fun String.toDate(currentFormat: String): Date
@@ -2137,7 +2137,7 @@

Functions

-
@RequiresApi(value = 26)
fun String.toPath(): Path
+
@RequiresApi(value = 26)
fun String.toPath(): Path
@@ -2152,7 +2152,7 @@

Functions

- +
@@ -2167,7 +2167,7 @@

Functions

-

Convenience method for creating a URL from a valid String.

+

Convenience method for creating a URL from a valid String.

diff --git a/string/dev.funkymuse.string/save-to-file.html b/string/dev.funkymuse.string/save-to-file.html index 58c3974fa..751a24e45 100644 --- a/string/dev.funkymuse.string/save-to-file.html +++ b/string/dev.funkymuse.string/save-to-file.html @@ -63,7 +63,7 @@

saveToFile

-

Save String to a Given File

+

Save String to a Given File