You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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")
The text was updated successfully, but these errors were encountered:
Basho-JIRA
changed the title
Scala Wishlist
Scala Wishlist [JIRA: CLIENTS-750]
Feb 2, 2016
Wishlist for future Scala enhancments.
RiakIndexes:getIndex()
, and you must currently provide them.riakIndexes.getIndex[StringBinIndex,StringBinIndex.Name](StringBinIndex.named("myindex")).add("myvalue")
The text was updated successfully, but these errors were encountered: