st.happy_camper.hbase

shell

package shell

A shell package object.

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. shell
  2. AnyRef
  3. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Type Members

  1. trait BytesAs[A] extends AnyRef

    A trait of a converter from bytes to some value.

  2. trait ToBytes[A] extends AnyRef

    A trait of a converter from some type to bytes.

Value Members

  1. object BytesAs

    A companion object of trait BytesAs.

  2. object ToBytes

    A companion object of trait ToBytes.

  3. implicit def toAToBytes[A](a: A)(implicit arg0: ToBytes[A]): AToBytes[A]

    Returns AToBytes instance.

    Returns AToBytes instance.

    a

    the value

    returns

    the instance

  4. implicit def toBytes[A](a: A)(implicit arg0: ToBytes[A]): Array[Byte]

    Converts some value to byte array.

    Converts some value to byte array.

    a

    the some value

    returns

    the instance

  5. implicit def toBytesAsA(bytes: Array[Byte]): BytesAsA

    Returns BytesAsA instance.

    Returns BytesAsA instance.

    bytes

    the byte array

    returns

    the instance

  6. def using[R <: AnyRef { def close(): Unit }, A](r: R)(block: (R) ⇒ A): A

    Represents entry point of loan pattern.

    Represents entry point of loan pattern.

    r

    the resource

    block

    the code block to be run

    returns

    something returned by the block

Inherited from AnyRef

Inherited from Any

No Group