mesosphere / mesos-rxjava

RxJava client for Apache Mesos HTTP APIs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Settle on a convention for generic tuple types

cruhland opened this issue · comments

Currently the example framework is using a custom Tuple2 class for representing generic pairs of values. We should really use a library class instead of rolling our own.

Mesos rxjava itself doesn't need any tuple types, we have a Tuple2 used in one of the example frameworks, but I don't think it's to be considered library code.