com.paypal.cascade.common.util

casts

package casts

Linear Supertypes
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. casts
  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 CastableAny extends AnyRef

    Wrapper to allow any class to be cast, based on a ClassTag for that class

  2. implicit class CastableArray extends AnyRef

    Wrapper to allow an Array to be cast into a new Array with objects of type T.

    Wrapper to allow an Array to be cast into a new Array with objects of type T. Attempts to cast each individual member of the given Array.

  3. implicit class CastableList extends AnyRef

    Wrapper to allow a List to be cast into a new List with objects of type T.

    Wrapper to allow a List to be cast into a new List with objects of type T. Attempts to cast each individual member of the given List.

  4. implicit class CastableOption extends AnyRef

    Wrapper to allow any Option to cast its inner object, if it exists

  5. implicit class CastableTraversable extends AnyRef

    Wrapper to allow a Traversable to be cast into a new Traversable with objects of type T.

    Wrapper to allow a Traversable to be cast into a new Traversable with objects of type T. Attempts to cast each individual member of the given traversable.

Inherited from AnyRef

Inherited from Any

Ungrouped