Attempt

org.encalmo.lambda.Attempt
object Attempt

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type
Attempt.type

Members list

Extensions

Extensions

extension [T, R1, R2](result: Either[T, R1])
def attempt(test: T => R2): Either[T, R1 | R2]
extension [T, R](result: Either[T, R])
def union: T | R
extension [T, R](value: T)
def attempt(test: T => R): Either[T, R]