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

org.json4s.SomeValue.scala Maven / Gradle / Ivy

package org.json4s

final class SomeValue[A](val get: A) extends AnyVal {
  def isEmpty: Boolean = false
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy