Class Util
java.lang.Object
datomic.Util
Utilities for creating and using data structures.
-
Method Summary
Modifier and TypeMethodDescriptionstatic ListCreates an immutable List.static MapCreates an immutable Map.static StringReturns the name part of a keyword or symbol.static StringReturns the namespace part of a keyword or symbol.static ObjectReads one item from source, returning it.static ListReads all the data in reader, returning a List.static StreamCreate a stream on an immutable Iterable.
-
Method Details
-
name
-
namespace
-
list
-
map
-
read
-
readAll
-
streamOn
-