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

commonMain.com.github.mustafaozhan.scopemob.TransformScope.kt Maven / Gradle / Ivy

The newest version!
/*
 Copyright (c) 2020 Mustafa Ozhan. All rights reserved.
 */
package com.github.mustafaozhan.scopemob

inline fun  T.mapTo(
    transform: T.(map: T) -> R
): R = transform(this)

inline fun  Any.castTo(): T? =
    this as? T




© 2015 - 2024 Weber Informatics LLC | Privacy Policy