Packages

package baseutil

Created by pach on 04/06/16.

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

Value Members

  1. def attempt[A](f: => A): Attempt[A]

    converts f to attempt.

    converts f to attempt. If f throws returns Failure, success otherwise

  2. def iterateN[A](it: Iterator[A], count: Int): Vector[A]

    Iterate through supplied iterator, but only collect up to count elements in iterator

  3. def replaceInCql(cql: String, values: Map[String, String]): String

    replaces in prepared statement the name placeholders with CQL form values *

  4. object AnnotatedException
  5. object CodecSerializerSyntax
  6. object GettableSyntax

    Please note that the returned BitVectors can be null.

    Please note that the returned BitVectors can be null.

    The codecs and cassandra use null and empty to denote different things.

  7. object SettableSyntax

    TODO: Revisit this: change the signatures to work with Attempt[D]

Inherited from AnyRef

Inherited from Any

Ungrouped