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

avokka.arangodb.models.Result.scala Maven / Gradle / Ivy

The newest version!
package avokka.arangodb.models

import avokka.velocypack.VPackDecoder

final case class Result[T] ( result: T )

object Result {
  implicit def decoder[T: VPackDecoder]: VPackDecoder[Result[T]] = VPackDecoder.gen
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy