Kotools Types
Kotools Types is a lightweight library that provides commonly used types for Kotlin.
1.nonZero
1.nonZeroOrNull
(-1).strictlyNegative
(-1).strictlyNegativeOrNull
1.strictlyPositive
1.strictlyPositiveOrNull
"hello".notBlank
"hello".notBlankOrNull
Installation
Gradle
Kotlin DSL
testImplementation("io.github.kotools:types:1.0.0")
Groovy DSL
testImplementation 'io.github.kotools:types:1.0.0'
Maven
<dependency>
<groupId>io.github.kotoolsgroupId>
<artifactId>typesartifactId>
<version>1.0.0version>
dependency>
Documentation
Latest documentation of Kotools Types is available here.
Contributing
Feel free to contribute to the project with issues and pull requests.
License
This project is licensed under the MIT License.