jlleitschuh
04/18/2017, 7:14 PMSingleOperation<Void> someFunction() and I'm trying to implement it in kotlin, When I create SomeOperation how can I return Void without explicitly casting the object to SingleOperation<Void> before returning it?