failure<T> static method

RxResult<T> failure<T>(
  1. RxException error
)

Implementation

static RxResult<T> failure<T>(RxException error) => RxFailure._(error);