com.paypal.cascade.common

trys

package trys

Convenience wrappers and methods for working with scala.util.Try. Named trys so that it doesn't conflict with the try keyword (backticks on packages are unattractive).

Linear Supertypes
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. trys
  2. AnyRef
  3. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Type Members

  1. implicit class ListTrySequencer[A] extends AnyRef

    Implicit wrapper for List[Try[A]] objects.

    Implicit wrapper for List[Try[A]] objects.

    A

    the success type of the Try

  2. implicit class OptionTrySequencer[A] extends AnyRef

    Implicit wrapper for Option[Try[A]]

    Implicit wrapper for Option[Try[A]]

    A

    the success type of the Try

  3. implicit class RichTry[A] extends AnyRef

    Implicit wrapper for Try objects

    Implicit wrapper for Try objects

    A

    the success type of the Try

Inherited from AnyRef

Inherited from Any

Ungrouped