package baseutil
Created by pach on 04/06/16.
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- baseutil
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Value Members
- def attempt[A](f: => A): Attempt[A]
converts
f
to attempt.converts
f
to attempt. Iff
throws returns Failure, success otherwise - def iterateN[A](it: Iterator[A], count: Int): Vector[A]
Iterate through supplied iterator, but only collect up to
count
elements in iterator - def replaceInCql(cql: String, values: Map[String, String]): String
replaces in prepared statement the name placeholders with CQL form values *
- object AnnotatedException
- object CodecSerializerSyntax
- 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.
- object SettableSyntax
TODO: Revisit this: change the signatures to work with Attempt[D]