com.mchange.sc.v1

util

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
Learn more about member selection
Visibility
  1. Public
  2. All

Value Members

  1. object AttemptRequire

  2. object ClosableUtils

    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.

  3. val NullFunction: () ⇒ Unit with Runnable

  4. package concurrent

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

Inherited from AnyRef

Inherited from Any

Ungrouped