Skip to content

Add java.time overloads to RxJava APIs #7830

Closed as duplicate of#7266
Closed as duplicate of#7266
@kluever

Description

@kluever

E.g., for the TestScheduler API:

  • TestScheduler.advanceTimeBy(long delayTime, TimeUnit unit), please add: advanceTimeBy(Duration)
  • TestScheduler.advanceTimeTo(long delayTime, TimeUnit unit), please add: advanceTimeTo(Instant)
  • TestScheduler.now(TimeUnit), please add: now() (returning an Instant)

There's probably many other APIs that would benefit from java.time-based overloads as well.

Thanks!

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions