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

com.rasterfoundry.backsplash.ToolStore.scala Maven / Gradle / Ivy

There is a newer version: 1.66.2
Show newest version
package com.rasterfoundry.backsplash

import cats.effect.IO
import simulacrum._

import java.util.UUID

@typeclass trait ToolStore[A] {
  @op("read") def read(self: A,
                       analysisId: UUID,
                       nodeId: Option[UUID]): IO[PaintableTool]
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy