Open
Description
Wishlist for future Scala enhancments.
- True fix for RiakIndex type signature is incorrect [JIRA: CLIENTS-690] #585. Scala cannot infer the types from
RiakIndexes:getIndex()
, and you must currently provide them.riakIndexes.getIndex[StringBinIndex,StringBinIndex.Name](StringBinIndex.named("myindex")).add("myvalue")