I have added two @see to every interface, the reverse function and the function converting from the other primitive type to the same type. ie. in IntToDoubleFunction I add @see for LongToDoubleFunction and DoubleToIntFunction.
Mike On Apr 9 2013, at 16:14 , Paul Benedict wrote: > Mike, > > It would be nice if the class javadocs would have @see tags to classes in > the same family. For example, DoubleToIntFunction could have a @see to > DoubleToLongFunction, etc. This way a developer viewing of one class can > easily figure out which close cousins exist. > > Paul