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

sttp.model.internal.ParseUtils.scala Maven / Gradle / Ivy

The newest version!
package sttp.model.internal

object ParseUtils {

  def toLongOption(s: String): Option[Long] = s.toLongOption

  def toIntOption(s: String): Option[Int] = s.toIntOption
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy