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

com.rojoma.json.v3.-impl.codec.PrefixableDecodeError.scala Maven / Gradle / Ivy

The newest version!
package com.rojoma.json.v3
package `-impl`.codec

import codec._

class PrefixableDecodeError(val `private once 2.10 is gone`: DecodeError) extends AnyVal {
  def prefix(field: String) = `private once 2.10 is gone`.augment(Path.Field(field))
  def prefix(index: Int) = `private once 2.10 is gone`.augment(Path.Index(index))
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy