All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.skillw.pouvoir.util.plugin.Pair.kt Maven / Gradle / Ivy

There is a newer version: 1.6.7-beta-6
Show newest version
package com.skillw.pouvoir.util.plugin

// Kotlin's Pair will be relocated....
// So this class is here.
data class Pair(val key: K, val value: V)

infix fun  A.to(that: B): Pair = Pair(this, that)




© 2015 - 2025 Weber Informatics LLC | Privacy Policy