ReadOnlyAsyncReactiveProperty<T> Class
Assembly: cs.temp.dll.dll
public class ReadOnlyAsyncReactiveProperty<T> : IReadOnlyAsyncReactiveProperty<T>, IUniTaskAsyncEnumerable<T>, IDisposable
Inheritance
System.Object →
ReadOnlyAsyncReactiveProperty<T>
Implements
System.IDisposable
Members
Constructors
Properties
Methods
Operators
Constructors
ReadOnlyAsyncReactiveProperty(T, IUniTaskAsyncEnumerable<T>, CancellationToken)
public ReadOnlyAsyncReactiveProperty(T initialValue, IUniTaskAsyncEnumerable<T> source, CancellationToken cancellationToken)
ReadOnlyAsyncReactiveProperty(IUniTaskAsyncEnumerable<T>, CancellationToken)
public ReadOnlyAsyncReactiveProperty(IUniTaskAsyncEnumerable<T> source, CancellationToken cancellationToken)
Properties
Methods
GetAsyncEnumerator(CancellationToken)
public IUniTaskAsyncEnumerator<T> GetAsyncEnumerator(CancellationToken cancellationToken)
Parameters
cancellationToken
CancellationToken
ToString()
public override string ToString()
Overrides
System.Object.ToString()
WaitAsync(CancellationToken)
public UniTask<T> WaitAsync(CancellationToken cancellationToken = null)
Parameters
cancellationToken
CancellationToken
WithoutCurrent()
public IUniTaskAsyncEnumerable<T> WithoutCurrent()
Operators
Implicit(ReadOnlyAsyncReactiveProperty<T> to T)
public static implicit operator T(ReadOnlyAsyncReactiveProperty<T> value)
Implements
System.IDisposable