scalax.rules

object Failure

[source: scalax/rules/Failure.scala]

case object Failure
extends Result[Nothing, Nothing, Nothing] with scala.Product
Method Summary
def flatMap [Out2, B](f : (Nothing, Nothing) => Result[Out2, B, Nothing]) : Failure
def map [B](f : (Nothing) => B) : Failure
def map [Out2, B](f : (Nothing, Nothing) => (Out2, B)) : Failure
def orElse [Out2, B](other : => Result[Out2, B, Nothing]) : Result[Out2, B, Nothing]
override def productArity : Int
override def productElement (arg0 : Int) : Any
override def productPrefix : java.lang.String
protected def readResolve : AnyRef
override final def toString : java.lang.String
Returns a string representation of the object.
Methods inherited from AnyRef
getClass, hashCode, equals, clone, notify, notifyAll, wait, wait, wait, finalize, ==, !=, eq, ne, synchronized
Methods inherited from Any
==, !=, isInstanceOf, asInstanceOf
Method Details
def map[B](f : (Nothing) => B) : Failure
Overrides
Result.map

def map[Out2, B](f : (Nothing, Nothing) => (Out2, B)) : Failure
Overrides
Result.map

def flatMap[Out2, B](f : (Nothing, Nothing) => Result[Out2, B, Nothing]) : Failure
Overrides
Result.flatMap

def orElse[Out2, B](other : => Result[Out2, B, Nothing]) : Result[Out2, B, Nothing]
Overrides
Result.orElse

override final def toString : java.lang.String
Returns a string representation of the object.

The default representation is platform dependent.

Returns
a string representation of the object.


override def productPrefix : java.lang.String
Overrides
scala.Product.scala.Product.productPrefix

override def productArity : Int
Overrides
scala.Product.scala.Product.productArity

override def productElement(arg0 : Int) : Any
Overrides
scala.Product.scala.Product.productElement

protected def readResolve : AnyRef


Copyright (c) 2005-8 The Scalax Project. All Rights Reserved.