Package

spinoco.fs2.cassandra

util

Permalink

package util

Created by pach on 04/06/16.

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

Value Members

  1. object AnnotatedException

    Permalink
  2. def Try[A](f: ⇒ A): Either[Throwable, A]

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

    Permalink

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

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

    Permalink

    replaces in rpepared statement the name palceholders with CQL form values *

Inherited from AnyRef

Inherited from Any

Ungrouped