Packages

package gcs

Linear Supertypes
ApplicationLogger, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. gcs
  2. ApplicationLogger
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Type Members

  1. trait GCSApi extends AnyRef
  2. type GCSEnv = GCSApi
  3. case class GCSLive(client: Storage) extends GCSApi with Product with Serializable
    Annotations
    @SuppressWarnings()
  4. type GCSSink = ZSink[Any, IOException, Byte, Byte, Long]
  5. type GCSSinkWithEnv = ZSink[GCSEnv, IOException, Byte, Byte, Long]
  6. type GCSStream = ZStream[Any, IOException, Byte]
  7. type GCSStreamWithEnv = ZStream[GCSEnv, IOException, Byte]

Value Members

  1. lazy val logger: Logger
    Definition Classes
    ApplicationLogger
  2. object GCSApi
  3. object GCSClient
  4. object GCSLive extends Serializable

Inherited from ApplicationLogger

Inherited from AnyRef

Inherited from Any

Ungrouped