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

commonJvm.dev.icerock.moko.socket.Mapper.kt Maven / Gradle / Ivy

/*
 * Copyright 2020 IceRock MAG Inc. Use of this source code is governed by the Apache 2.0 license.
 */

package dev.icerock.moko.socket

interface Mapper {
    fun mapper(array: Array): T
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy