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

com.rojoma.simplearm.v2.-impl.conversions.ToV1able.scala Maven / Gradle / Ivy

The newest version!
package com.rojoma.simplearm.v2
package `-impl`.conversions

import com.rojoma.simplearm.{v2 => sav2}
import com.rojoma.{simplearm => sav1}

class ToV1Managed[A](x: sav2.Managed[A]) {
  def toV1: sav1.Managed[A] = new sav1.SimpleArm[A] {
    override def flatMap[B](f: A => B): B = x.run(f)
  }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy