scala.scalanative

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

Type Members

  1. type Resource = AutoCloseable

    Scope-managed resource.

  2. trait Scope extends AnyRef

    Scoped implicit lifetime.

  3. class ScopedVar[A] extends AnyRef

  4. final class ShowBuilder extends AnyRef

  5. final case class UnsupportedException(msg: String) extends Exception with Product with Serializable

Value Members

  1. object Scope

  2. object ScopedVar

  3. object UnreachableException extends Exception with Product with Serializable

  4. def acquire[R <: Resource](res: R)(implicit in: Scope): R

    Acquire given resource in implicit scope.

  5. def defer(f: ⇒ Unit)(implicit in: Scope): Unit

    Defer cleanup until the scope closes.

  6. def unreachable: Nothing

  7. def unsupported(v: Any = ""): Nothing

Inherited from AnyRef

Inherited from Any

Ungrouped