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

dev.chopsticks.fp.util.SharedResourceFactory.scala Maven / Gradle / Ivy

package dev.chopsticks.fp.util

import zio.ZManaged

object SharedResourceFactory {
  trait Service[R, Id, Res] {
    def manage(id: Id): ZManaged[R, Nothing, Res]
  }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy