IAsyncReadOnlyReactiveProperty.WithoutCurrent
parent
2e4fe90956
commit
efaf3ee8f5
|
@ -7,6 +7,7 @@ namespace Cysharp.Threading.Tasks
|
|||
public interface IAsyncReadOnlyReactiveProperty<T> : IUniTaskAsyncEnumerable<T>
|
||||
{
|
||||
T Value { get; }
|
||||
IUniTaskAsyncEnumerable<T> WithoutCurrent();
|
||||
}
|
||||
|
||||
public interface IAsyncReactiveProperty<T> : IAsyncReadOnlyReactiveProperty<T>
|
||||
|
|
Loading…
Reference in New Issue