Skip to content

More operators/overloads #653

Closed
Closed
@akarnokd

Description

@akarnokd

Rx.NET 2.2.2

Potential Java specific operators/overloads:

  • just(Func0<R> factory) return the value of the factory for the subscriber.
  • lock(Lock lock) or synchronize(Lock lock) to support j.u.c.Locks for synchronization.
  • Using with java.io.Closeable
    • using(Func0<C>, Func1<C, Observable<T>>)
    • usingFuture(Func1<BooleanSubscription, Future<C>>, Func2<C, BooleanSubscription, Future<Observable<T>>>)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions