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

jvmMain.com.apollographql.apollo.api.BigDecimal.kt Maven / Gradle / Ivy

There is a newer version: 4.0.0
Show newest version
package com.apollographql.apollo.api

import java.math.BigDecimal as JBigDecimal

actual typealias BigDecimal = JBigDecimal

actual fun BigDecimal.toNumber(): Number = this




© 2015 - 2024 Weber Informatics LLC | Privacy Policy