Package

com.mchange.sc.v1

util

Permalink

package util

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. util
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. object AttemptRequire

    Permalink
  2. object ClosableUtils

    Permalink

    A bug with Scala's duck typing implementation allows methods of non-public classes that implement public interfaces (or override public base class methods) to get invoked directly on the non-public class' member (which is illegal and provokes an IllegalAccessException) rather than indirectly via the public parent class or interface method.

    A bug with Scala's duck typing implementation allows methods of non-public classes that implement public interfaces (or override public base class methods) to get invoked directly on the non-public class' member (which is illegal and provokes an IllegalAccessException) rather than indirectly via the public parent class or interface method. The safeClose / ReflectUtils stuff is to work around that. When Scala's duck type bugs are fixed, this should be removed.

  3. val NullFunction: () ⇒ Unit with Runnable

    Permalink
  4. package concurrent

    Permalink
  5. def failOrGo[S](operation: ⇒ S): Either[Throwable, S]

    Permalink

Inherited from AnyRef

Inherited from Any

Ungrouped