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

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

There is a newer version: 4.1.0-M8
Show newest version
package org.json4s

final class SomeValue[A](val get: A) extends AnyVal {

  /**
   * @see [[https://github.com/scala/scala/pull/9343]]
   */
  def isEmpty: false = false
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy