class
Source[K, T] extends Stream[T]
Instance Constructors
-
new
Source(scalaSource: swaydb.Source[K, T])
Value Members
-
final
def
!=(arg0: Any): Boolean
-
final
def
##(): Int
-
final
def
==(arg0: Any): Boolean
-
def
after(key: K): Source[K, T]
-
final
def
asInstanceOf[T0]: T0
-
val
asScala: swaydb.Stream[T]
-
implicit
val
bag: Sync[Less]
-
def
before(key: K): Source[K, T]
-
def
clone(): AnyRef
-
def
count(predicate: Predicate[T]): Int
-
def
drop(count: Int): Stream[T]
-
def
dropWhile(predicate: Predicate[T]): Stream[T]
-
final
def
eq(arg0: AnyRef): Boolean
-
def
equals(arg0: Any): Boolean
-
def
filter(predicate: Predicate[T]): Stream[T]
-
def
filterNot(predicate: Predicate[T]): Stream[T]
-
def
finalize(): Unit
-
def
flatMap[B](function: JavaFunction[T, Stream[B]]): Stream[B]
-
def
foldLeft[B](initial: B, function: BiFunction[B, T, B]): B
-
def
forEach(consumer: Consumer[T]): Unit
-
def
from(key: K): Source[K, T]
-
def
fromOrAfter(key: K): Source[K, T]
-
def
fromOrBefore(key: K): Source[K, T]
-
final
def
getClass(): Class[_]
-
def
hashCode(): Int
-
def
headOption: Optional[T]
-
final
def
isInstanceOf[T0]: Boolean
-
def
iterator(): Iterator[T]
-
def
lastOption: Optional[T]
-
def
map[B](function: JavaFunction[T, B]): Stream[B]
-
def
materialize: List[T]
-
final
def
ne(arg0: AnyRef): Boolean
-
final
def
notify(): Unit
-
final
def
notifyAll(): Unit
-
def
reverse: Source[K, T]
-
def
size: Int
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
-
def
take(count: Int): Stream[T]
-
def
takeWhile(predicate: Predicate[T]): Stream[T]
-
def
toString(): String
-
final
def
wait(): Unit
-
final
def
wait(arg0: Long, arg1: Int): Unit
-
final
def
wait(arg0: Long): Unit