Result

edu.gemini.grackle.package$.Result$
object Result

Attributes

Source:
package.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
Result.type

Members list

Concise view

Value members

Concrete methods

def apply[A](a: A): Result[A]

Attributes

Source:
package.scala
def failure[A](s: String): Result[A]

Attributes

Source:
package.scala
def failure[A](p: Problem): Result[A]

Attributes

Source:
package.scala
def fromEither[A](ea: Either[Problem, A]): Result[A]

Attributes

Source:
package.scala
def fromEither[A](ea: Either[String, A])(implicit ev: DummyImplicit): Result[A]

Attributes

Source:
package.scala
def fromOption[A](oa: Option[A], ifNone: => Problem): Result[A]

Attributes

Source:
package.scala
def fromOption[A](oa: Option[A], ifNone: => String)(implicit ev: DummyImplicit): Result[A]

Attributes

Source:
package.scala
def warning[A](warning: Problem, value: A): Result[A]

Attributes

Source:
package.scala
def warning[A](warning: String, value: A): Result[A]

Attributes

Source:
package.scala

Concrete fields

Attributes

Source:
package.scala