IReadOnlyAsyncReactiveProperty<T> Interface
Namespace: Cysharp.Threading.Tasks
Assembly: cs.temp.dll.dll
public interface IReadOnlyAsyncReactiveProperty<T> : IUniTaskAsyncEnumerable<T>
Type Parameters
T
Members
Properties
| Name | Description |
|---|---|
| Value |
Methods
| Name | Description |
|---|---|
| WithoutCurrent() |
Properties
Value
T Value { get; }
Property Value
- T
Methods
WithoutCurrent()
IUniTaskAsyncEnumerable<T> WithoutCurrent()