Package

com.typesafe.conductr.clientlib

scala

Permalink

package scala

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

Type Members

  1. abstract class AbstractControlClient extends AnyRef

    Permalink

    Abstract ConductR control client for all projects based on Scala.

  2. type Closeable = AnyRef { def close(): Unit }

    Permalink

    Something that can be closed, e.g.

    Something that can be closed, e.g. a java.io.InputStream or a door.

Value Members

  1. package models

    Permalink
  2. def withCloseable[A <: Closeable, B](a: A)(f: (A) ⇒ B): B

    Permalink

    Execute around pattern to close a Closeable after applying a function to it.

    Execute around pattern to close a Closeable after applying a function to it.

    a

    the Closeable, i.e. something that can be closed

    f

    the function to be applied to the Closeable

  3. def withZipInputStream[T](in: ZipInputStream)(f: (ZipInputStream) ⇒ T): T

    Permalink

Inherited from AnyRef

Inherited from Any

Ungrouped