ReadOnlyAsyncReactiveProperty<T> Class
Assembly: UniTask.dll
public class ReadOnlyAsyncReactiveProperty<T> : IReadOnlyAsyncReactiveProperty<T>, IUniTaskAsyncEnumerable<T>, IDisposable
Inheritance
object →
ReadOnlyAsyncReactiveProperty<T>
Members
Constructors
Properties
Methods
Operators
Constructors
ReadOnlyAsyncReactiveProperty(IUniTaskAsyncEnumerable<T>, CancellationToken)
public ReadOnlyAsyncReactiveProperty(IUniTaskAsyncEnumerable<T> source, CancellationToken cancellationToken)
ReadOnlyAsyncReactiveProperty(T, IUniTaskAsyncEnumerable<T>, CancellationToken)
public ReadOnlyAsyncReactiveProperty(T initialValue, IUniTaskAsyncEnumerable<T> source, CancellationToken cancellationToken)
Properties
Methods
GetAsyncEnumerator(CancellationToken)
public IUniTaskAsyncEnumerator<T> GetAsyncEnumerator(CancellationToken cancellationToken)
ToString()
public override string ToString()
Overrides
WaitAsync(CancellationToken)
public UniTask<T> WaitAsync(CancellationToken cancellationToken = default)
WithoutCurrent()
public IUniTaskAsyncEnumerable<T> WithoutCurrent()
Operators
implicit operator T(ReadOnlyAsyncReactiveProperty<T>)
public static implicit operator T(ReadOnlyAsyncReactiveProperty<T> value)
Implements
Extension Methods