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

io.funkode.arangodb.protocol.ArangoVersion.scala Maven / Gradle / Ivy

There is a newer version: 0.3.6
Show newest version
/*
 * Copyright 2022 Carlos Verdes
 *
 * SPDX-License-Identifier: MIT
 */

package io.funkode.arangodb.protocol

opaque type ArangoVersion = Int

object ArangoVersion:

  @SuppressWarnings(Array("stryker4s.mutation.StringLiteral"))
  val Current: ArangoVersion = 1

  def apply(version: Int): ArangoVersion = 1
  extension (version: ArangoVersion) def unwrap: Int = version




© 2015 - 2025 Weber Informatics LLC | Privacy Policy