
resource.ExtractedEither.scala Maven / Gradle / Ivy
// -----------------------------------------------------------------------------
//
// scala.arm - The Scala Incubator Project
// Copyright (c) 2009 and onwards The Scala Incubator Project. All rights reserved.
//
// The primary distribution site is http://jsuereth.github.com/scala-arm
//
// This software is released under the terms of the Revised BSD License.
// There is NO WARRANTY. See the file LICENSE for the full text.
//
// -----------------------------------------------------------------------------
package resource
/**
* This is a helper class to work around `Either` pattern matching issues.
*/
case class ExtractedEither[+A, +B](either: Either[A, B])
© 2015 - 2025 Weber Informatics LLC | Privacy Policy