Updated on 2026-08-14
This commit is contained in:
parent
f084f256b4
commit
6631ad696c
7 changed files with 223 additions and 3 deletions
|
|
@ -0,0 +1,6 @@
|
|||
package com.tangem.utils.extensions
|
||||
|
||||
/**
|
||||
[REDACTED_AUTHOR]
|
||||
*/
|
||||
fun Char.isNotWhitespace(): Boolean = !this.isWhitespace()
|
||||
|
|
@ -0,0 +1,6 @@
|
|||
package com.tangem.utils.extensions
|
||||
|
||||
/**
|
||||
[REDACTED_AUTHOR]
|
||||
*/
|
||||
fun <T> Collection<T>.isSingleItem(): Boolean = this.size == 1
|
||||
Loading…
Add table
Add a link
Reference in a new issue