Class RemoteHookStage<TEvent, TCurrent>
Namespace: DotBoxD.Plugins.Runtime.Hooks
Assembly: DotBoxD.Plugins.dll
[PipelineSurface(PipelineTransport.Remote)]public sealed class RemoteHookStage<TEvent, TCurrent>Type Parameters
Section titled “Type Parameters”TEvent
TCurrent
Inheritance
Section titled “Inheritance”object ← RemoteHookStage<TEvent, TCurrent>
Inherited Members
Section titled “Inherited Members”object.Equals(object?), object.Equals(object?, object?), object.GetHashCode(), object.GetType(), object.ReferenceEquals(object?, object?), object.ToString()
Methods
Section titled “Methods”Register<TResult>(Func<TCurrent, TResult>, IRKernel?, int)
Section titled “ Register<TResult>(Func<TCurrent, TResult>, IRKernel?, int)”public RemoteHookPipeline<TEvent> Register<TResult>(Func<TCurrent, TResult> handler, IRKernel? irHandler = null, int priority = 0) where TResult : struct, IHookResultParameters
Section titled “Parameters”handler Func<TCurrent, TResult>
irHandler IRKernel?
priority int
Returns
Section titled “Returns”RemoteHookPipeline<TEvent>
Type Parameters
Section titled “Type Parameters”TResult
RegisterLocal<TResult>(Func<TCurrent, TResult>, IRKernel?, int)
Section titled “ RegisterLocal<TResult>(Func<TCurrent, TResult>, IRKernel?, int)”public RemoteHookPipeline<TEvent> RegisterLocal<TResult>(Func<TCurrent, TResult> handler, IRKernel? irHandler = null, int priority = 0) where TResult : struct, IHookResultParameters
Section titled “Parameters”handler Func<TCurrent, TResult>
irHandler IRKernel?
priority int
Returns
Section titled “Returns”RemoteHookPipeline<TEvent>
Type Parameters
Section titled “Type Parameters”TResult
RegisterLocal<TResult>(Func<TCurrent, HookContext, TResult>, IRKernel?, int)
Section titled “ RegisterLocal<TResult>(Func<TCurrent, HookContext, TResult>, IRKernel?, int)”public RemoteHookPipeline<TEvent> RegisterLocal<TResult>(Func<TCurrent, HookContext, TResult> handler, IRKernel? irHandler = null, int priority = 0) where TResult : struct, IHookResultParameters
Section titled “Parameters”handler Func<TCurrent, HookContext, TResult>
irHandler IRKernel?
priority int
Returns
Section titled “Returns”RemoteHookPipeline<TEvent>
Type Parameters
Section titled “Type Parameters”TResult
RegisterLocal<TResult>(Func<TCurrent, ValueTask<TResult>>, IRKernel?, int)
Section titled “ RegisterLocal<TResult>(Func<TCurrent, ValueTask<TResult>>, IRKernel?, int)”public RemoteHookPipeline<TEvent> RegisterLocal<TResult>(Func<TCurrent, ValueTask<TResult>> handler, IRKernel? irHandler = null, int priority = 0) where TResult : struct, IHookResultParameters
Section titled “Parameters”handler Func<TCurrent, ValueTask<TResult>>
irHandler IRKernel?
priority int
Returns
Section titled “Returns”RemoteHookPipeline<TEvent>
Type Parameters
Section titled “Type Parameters”TResult
RegisterLocal<TResult>(Func<TCurrent, HookContext, ValueTask<TResult>>, IRKernel?, int)
Section titled “ RegisterLocal<TResult>(Func<TCurrent, HookContext, ValueTask<TResult>>, IRKernel?, int)”public RemoteHookPipeline<TEvent> RegisterLocal<TResult>(Func<TCurrent, HookContext, ValueTask<TResult>> handler, IRKernel? irHandler = null, int priority = 0) where TResult : struct, IHookResultParameters
Section titled “Parameters”handler Func<TCurrent, HookContext, ValueTask<TResult>>
irHandler IRKernel?
priority int
Returns
Section titled “Returns”RemoteHookPipeline<TEvent>
Type Parameters
Section titled “Type Parameters”TResult
RegisterLocal<TResult>(Func<TCurrent, CancellationToken, ValueTask<TResult>>, IRKernel?, int)
Section titled “ RegisterLocal<TResult>(Func<TCurrent, CancellationToken, ValueTask<TResult>>, IRKernel?, int)”public RemoteHookPipeline<TEvent> RegisterLocal<TResult>(Func<TCurrent, CancellationToken, ValueTask<TResult>> handler, IRKernel? irHandler = null, int priority = 0) where TResult : struct, IHookResultParameters
Section titled “Parameters”handler Func<TCurrent, CancellationToken, ValueTask<TResult>>
irHandler IRKernel?
priority int
Returns
Section titled “Returns”RemoteHookPipeline<TEvent>
Type Parameters
Section titled “Type Parameters”TResult
RegisterLocal<TResult>(Func<TCurrent, HookContext, CancellationToken, ValueTask<TResult>>, IRKernel?, int)
Section titled “ RegisterLocal<TResult>(Func<TCurrent, HookContext, CancellationToken, ValueTask<TResult>>, IRKernel?, int)”public RemoteHookPipeline<TEvent> RegisterLocal<TResult>(Func<TCurrent, HookContext, CancellationToken, ValueTask<TResult>> handler, IRKernel? irHandler = null, int priority = 0) where TResult : struct, IHookResultParameters
Section titled “Parameters”handler Func<TCurrent, HookContext, CancellationToken, ValueTask<TResult>>
irHandler IRKernel?
priority int
Returns
Section titled “Returns”RemoteHookPipeline<TEvent>
Type Parameters
Section titled “Type Parameters”TResult
Run(Func<TCurrent, HookContext, ValueTask>, IRKernel?)
Section titled “ Run(Func<TCurrent, HookContext, ValueTask>, IRKernel?)”public RemoteHookPipeline<TEvent> Run(Func<TCurrent, HookContext, ValueTask> handler, IRKernel? irHandler = null)Parameters
Section titled “Parameters”handler Func<TCurrent, HookContext, ValueTask>
irHandler IRKernel?
Returns
Section titled “Returns”RemoteHookPipeline<TEvent>
Run(Action<TCurrent, HookContext>, IRKernel?)
Section titled “ Run(Action<TCurrent, HookContext>, IRKernel?)”public RemoteHookPipeline<TEvent> Run(Action<TCurrent, HookContext> handler, IRKernel? irHandler = null)Parameters
Section titled “Parameters”handler Action<TCurrent, HookContext>
irHandler IRKernel?
Returns
Section titled “Returns”RemoteHookPipeline<TEvent>
Run(Func<TCurrent, ValueTask>, IRKernel?)
Section titled “ Run(Func<TCurrent, ValueTask>, IRKernel?)”public RemoteHookPipeline<TEvent> Run(Func<TCurrent, ValueTask> handler, IRKernel? irHandler = null)Parameters
Section titled “Parameters”handler Func<TCurrent, ValueTask>
irHandler IRKernel?
Returns
Section titled “Returns”RemoteHookPipeline<TEvent>
Run(Action<TCurrent>, IRKernel?)
Section titled “ Run(Action<TCurrent>, IRKernel?)”public RemoteHookPipeline<TEvent> Run(Action<TCurrent> handler, IRKernel? irHandler = null)Parameters
Section titled “Parameters”handler Action<TCurrent>
irHandler IRKernel?
Returns
Section titled “Returns”RemoteHookPipeline<TEvent>
RunLocal(Func<TCurrent, HookContext, ValueTask>, IRKernel?)
Section titled “ RunLocal(Func<TCurrent, HookContext, ValueTask>, IRKernel?)”public RemoteHookPipeline<TEvent> RunLocal(Func<TCurrent, HookContext, ValueTask> handler, IRKernel? irHandler = null)Parameters
Section titled “Parameters”handler Func<TCurrent, HookContext, ValueTask>
irHandler IRKernel?
Returns
Section titled “Returns”RemoteHookPipeline<TEvent>
RunLocal(Action<TCurrent, HookContext>, IRKernel?)
Section titled “ RunLocal(Action<TCurrent, HookContext>, IRKernel?)”public RemoteHookPipeline<TEvent> RunLocal(Action<TCurrent, HookContext> handler, IRKernel? irHandler = null)Parameters
Section titled “Parameters”handler Action<TCurrent, HookContext>
irHandler IRKernel?
Returns
Section titled “Returns”RemoteHookPipeline<TEvent>
RunLocal(Func<TCurrent, ValueTask>, IRKernel?)
Section titled “ RunLocal(Func<TCurrent, ValueTask>, IRKernel?)”public RemoteHookPipeline<TEvent> RunLocal(Func<TCurrent, ValueTask> handler, IRKernel? irHandler = null)Parameters
Section titled “Parameters”handler Func<TCurrent, ValueTask>
irHandler IRKernel?
Returns
Section titled “Returns”RemoteHookPipeline<TEvent>
RunLocal(Action<TCurrent>, IRKernel?)
Section titled “ RunLocal(Action<TCurrent>, IRKernel?)”public RemoteHookPipeline<TEvent> RunLocal(Action<TCurrent> handler, IRKernel? irHandler = null)Parameters
Section titled “Parameters”handler Action<TCurrent>
irHandler IRKernel?
Returns
Section titled “Returns”RemoteHookPipeline<TEvent>
Select<TNext>(Func<TCurrent, HookContext, TNext>, IRFunc<TCurrent, HookContext, TNext>?)
Section titled “ Select<TNext>(Func<TCurrent, HookContext, TNext>, IRFunc<TCurrent, HookContext, TNext>?)”public RemoteHookStage<TEvent, TNext> Select<TNext>(Func<TCurrent, HookContext, TNext> projection, IRFunc<TCurrent, HookContext, TNext>? irProjection = null)Parameters
Section titled “Parameters”projection Func<TCurrent, HookContext, TNext>
irProjection IRFunc<TCurrent, HookContext, TNext>?
Returns
Section titled “Returns”RemoteHookStage<TEvent, TNext>
Type Parameters
Section titled “Type Parameters”TNext
Select<TNext>(Func<TCurrent, TNext>, IRFunc<TCurrent, TNext>?)
Section titled “ Select<TNext>(Func<TCurrent, TNext>, IRFunc<TCurrent, TNext>?)”public RemoteHookStage<TEvent, TNext> Select<TNext>(Func<TCurrent, TNext> projection, IRFunc<TCurrent, TNext>? irProjection = null)Parameters
Section titled “Parameters”projection Func<TCurrent, TNext>
irProjection IRFunc<TCurrent, TNext>?
Returns
Section titled “Returns”RemoteHookStage<TEvent, TNext>
Type Parameters
Section titled “Type Parameters”TNext
UseGeneratedChain(PluginPackage)
Section titled “ UseGeneratedChain(PluginPackage)”public RemoteHookPipeline<TEvent> UseGeneratedChain(PluginPackage package)Parameters
Section titled “Parameters”package PluginPackage
Returns
Section titled “Returns”RemoteHookPipeline<TEvent>
UseGeneratedLocalChain(PluginPackage, Func<TCurrent, HookContext, ValueTask>)
Section titled “ UseGeneratedLocalChain(PluginPackage, Func<TCurrent, HookContext, ValueTask>)”Installs a lowered RunLocal chain whose projected type is TCurrent (the
type produced by the preceding Select). The lowered filter+projection installs server-side and
the native delegate is registered to receive the projected value pushed back per matching event.
public RemoteHookPipeline<TEvent> UseGeneratedLocalChain(PluginPackage package, Func<TCurrent, HookContext, ValueTask> handler)Parameters
Section titled “Parameters”package PluginPackage
handler Func<TCurrent, HookContext, ValueTask>
Returns
Section titled “Returns”RemoteHookPipeline<TEvent>
UseGeneratedLocalChain(PluginPackage, Action<TCurrent, HookContext>)
Section titled “ UseGeneratedLocalChain(PluginPackage, Action<TCurrent, HookContext>)”public RemoteHookPipeline<TEvent> UseGeneratedLocalChain(PluginPackage package, Action<TCurrent, HookContext> handler)Parameters
Section titled “Parameters”package PluginPackage
handler Action<TCurrent, HookContext>
Returns
Section titled “Returns”RemoteHookPipeline<TEvent>
UseGeneratedLocalChain(PluginPackage, Func<TCurrent, ValueTask>)
Section titled “ UseGeneratedLocalChain(PluginPackage, Func<TCurrent, ValueTask>)”public RemoteHookPipeline<TEvent> UseGeneratedLocalChain(PluginPackage package, Func<TCurrent, ValueTask> handler)Parameters
Section titled “Parameters”package PluginPackage
handler Func<TCurrent, ValueTask>
Returns
Section titled “Returns”RemoteHookPipeline<TEvent>
UseGeneratedLocalChain(PluginPackage, Action<TCurrent>)
Section titled “ UseGeneratedLocalChain(PluginPackage, Action<TCurrent>)”public RemoteHookPipeline<TEvent> UseGeneratedLocalChain(PluginPackage package, Action<TCurrent> handler)Parameters
Section titled “Parameters”package PluginPackage
handler Action<TCurrent>
Returns
Section titled “Returns”RemoteHookPipeline<TEvent>
UseGeneratedLocalChain(PluginPackage, Func<TCurrent, HookContext, ValueTask>, Func<KernelRpcValue, TCurrent>)
Section titled “ UseGeneratedLocalChain(PluginPackage, Func<TCurrent, HookContext, ValueTask>, Func<KernelRpcValue, TCurrent>)”public RemoteHookPipeline<TEvent> UseGeneratedLocalChain(PluginPackage package, Func<TCurrent, HookContext, ValueTask> handler, Func<KernelRpcValue, TCurrent> decoder)Parameters
Section titled “Parameters”package PluginPackage
handler Func<TCurrent, HookContext, ValueTask>
decoder Func<KernelRpcValue, TCurrent>
Returns
Section titled “Returns”RemoteHookPipeline<TEvent>
UseGeneratedLocalChain(PluginPackage, Action<TCurrent, HookContext>, Func<KernelRpcValue, TCurrent>)
Section titled “ UseGeneratedLocalChain(PluginPackage, Action<TCurrent, HookContext>, Func<KernelRpcValue, TCurrent>)”public RemoteHookPipeline<TEvent> UseGeneratedLocalChain(PluginPackage package, Action<TCurrent, HookContext> handler, Func<KernelRpcValue, TCurrent> decoder)Parameters
Section titled “Parameters”package PluginPackage
handler Action<TCurrent, HookContext>
decoder Func<KernelRpcValue, TCurrent>
Returns
Section titled “Returns”RemoteHookPipeline<TEvent>
UseGeneratedLocalChain(PluginPackage, Func<TCurrent, ValueTask>, Func<KernelRpcValue, TCurrent>)
Section titled “ UseGeneratedLocalChain(PluginPackage, Func<TCurrent, ValueTask>, Func<KernelRpcValue, TCurrent>)”public RemoteHookPipeline<TEvent> UseGeneratedLocalChain(PluginPackage package, Func<TCurrent, ValueTask> handler, Func<KernelRpcValue, TCurrent> decoder)Parameters
Section titled “Parameters”package PluginPackage
handler Func<TCurrent, ValueTask>
decoder Func<KernelRpcValue, TCurrent>
Returns
Section titled “Returns”RemoteHookPipeline<TEvent>
UseGeneratedLocalChain(PluginPackage, Action<TCurrent>, Func<KernelRpcValue, TCurrent>)
Section titled “ UseGeneratedLocalChain(PluginPackage, Action<TCurrent>, Func<KernelRpcValue, TCurrent>)”public RemoteHookPipeline<TEvent> UseGeneratedLocalChain(PluginPackage package, Action<TCurrent> handler, Func<KernelRpcValue, TCurrent> decoder)Parameters
Section titled “Parameters”package PluginPackage
handler Action<TCurrent>
decoder Func<KernelRpcValue, TCurrent>
Returns
Section titled “Returns”RemoteHookPipeline<TEvent>
UseGeneratedLocalChain(PluginPackage, Func<TCurrent, HookContext, ValueTask>, Func<ReadOnlyMemory<byte>, TCurrent>)
Section titled “ UseGeneratedLocalChain(PluginPackage, Func<TCurrent, HookContext, ValueTask>, Func<ReadOnlyMemory<byte>, TCurrent>)”public RemoteHookPipeline<TEvent> UseGeneratedLocalChain(PluginPackage package, Func<TCurrent, HookContext, ValueTask> handler, Func<ReadOnlyMemory<byte>, TCurrent> decoder)Parameters
Section titled “Parameters”package PluginPackage
handler Func<TCurrent, HookContext, ValueTask>
decoder Func<ReadOnlyMemory<byte>, TCurrent>
Returns
Section titled “Returns”RemoteHookPipeline<TEvent>
UseGeneratedLocalChain(PluginPackage, Action<TCurrent, HookContext>, Func<ReadOnlyMemory<byte>, TCurrent>)
Section titled “ UseGeneratedLocalChain(PluginPackage, Action<TCurrent, HookContext>, Func<ReadOnlyMemory<byte>, TCurrent>)”public RemoteHookPipeline<TEvent> UseGeneratedLocalChain(PluginPackage package, Action<TCurrent, HookContext> handler, Func<ReadOnlyMemory<byte>, TCurrent> decoder)Parameters
Section titled “Parameters”package PluginPackage
handler Action<TCurrent, HookContext>
decoder Func<ReadOnlyMemory<byte>, TCurrent>
Returns
Section titled “Returns”RemoteHookPipeline<TEvent>
UseGeneratedLocalChain(PluginPackage, Func<TCurrent, ValueTask>, Func<ReadOnlyMemory<byte>, TCurrent>)
Section titled “ UseGeneratedLocalChain(PluginPackage, Func<TCurrent, ValueTask>, Func<ReadOnlyMemory<byte>, TCurrent>)”public RemoteHookPipeline<TEvent> UseGeneratedLocalChain(PluginPackage package, Func<TCurrent, ValueTask> handler, Func<ReadOnlyMemory<byte>, TCurrent> decoder)Parameters
Section titled “Parameters”package PluginPackage
handler Func<TCurrent, ValueTask>
decoder Func<ReadOnlyMemory<byte>, TCurrent>
Returns
Section titled “Returns”RemoteHookPipeline<TEvent>
UseGeneratedLocalChain(PluginPackage, Action<TCurrent>, Func<ReadOnlyMemory<byte>, TCurrent>)
Section titled “ UseGeneratedLocalChain(PluginPackage, Action<TCurrent>, Func<ReadOnlyMemory<byte>, TCurrent>)”public RemoteHookPipeline<TEvent> UseGeneratedLocalChain(PluginPackage package, Action<TCurrent> handler, Func<ReadOnlyMemory<byte>, TCurrent> decoder)Parameters
Section titled “Parameters”package PluginPackage
handler Action<TCurrent>
decoder Func<ReadOnlyMemory<byte>, TCurrent>
Returns
Section titled “Returns”RemoteHookPipeline<TEvent>
UseGeneratedLocalResultChain<TResult>(PluginPackage, Func<TCurrent, TResult>, int)
Section titled “ UseGeneratedLocalResultChain<TResult>(PluginPackage, Func<TCurrent, TResult>, int)”public RemoteHookPipeline<TEvent> UseGeneratedLocalResultChain<TResult>(PluginPackage package, Func<TCurrent, TResult> handler, int priority = 0) where TResult : struct, IHookResultParameters
Section titled “Parameters”package PluginPackage
handler Func<TCurrent, TResult>
priority int
Returns
Section titled “Returns”RemoteHookPipeline<TEvent>
Type Parameters
Section titled “Type Parameters”TResult
UseGeneratedLocalResultChain<TResult>(PluginPackage, Func<TCurrent, HookContext, TResult>, int)
Section titled “ UseGeneratedLocalResultChain<TResult>(PluginPackage, Func<TCurrent, HookContext, TResult>, int)”public RemoteHookPipeline<TEvent> UseGeneratedLocalResultChain<TResult>(PluginPackage package, Func<TCurrent, HookContext, TResult> handler, int priority = 0) where TResult : struct, IHookResultParameters
Section titled “Parameters”package PluginPackage
handler Func<TCurrent, HookContext, TResult>
priority int
Returns
Section titled “Returns”RemoteHookPipeline<TEvent>
Type Parameters
Section titled “Type Parameters”TResult
UseGeneratedLocalResultChain<TResult>(PluginPackage, Func<TCurrent, ValueTask<TResult>>, int)
Section titled “ UseGeneratedLocalResultChain<TResult>(PluginPackage, Func<TCurrent, ValueTask<TResult>>, int)”public RemoteHookPipeline<TEvent> UseGeneratedLocalResultChain<TResult>(PluginPackage package, Func<TCurrent, ValueTask<TResult>> handler, int priority = 0) where TResult : struct, IHookResultParameters
Section titled “Parameters”package PluginPackage
handler Func<TCurrent, ValueTask<TResult>>
priority int
Returns
Section titled “Returns”RemoteHookPipeline<TEvent>
Type Parameters
Section titled “Type Parameters”TResult
UseGeneratedLocalResultChain<TResult>(PluginPackage, Func<TCurrent, HookContext, ValueTask<TResult>>, int)
Section titled “ UseGeneratedLocalResultChain<TResult>(PluginPackage, Func<TCurrent, HookContext, ValueTask<TResult>>, int)”public RemoteHookPipeline<TEvent> UseGeneratedLocalResultChain<TResult>(PluginPackage package, Func<TCurrent, HookContext, ValueTask<TResult>> handler, int priority = 0) where TResult : struct, IHookResultParameters
Section titled “Parameters”package PluginPackage
handler Func<TCurrent, HookContext, ValueTask<TResult>>
priority int
Returns
Section titled “Returns”RemoteHookPipeline<TEvent>
Type Parameters
Section titled “Type Parameters”TResult
UseGeneratedLocalResultChain<TResult>(PluginPackage, Func<TCurrent, CancellationToken, ValueTask<TResult>>, int)
Section titled “ UseGeneratedLocalResultChain<TResult>(PluginPackage, Func<TCurrent, CancellationToken, ValueTask<TResult>>, int)”public RemoteHookPipeline<TEvent> UseGeneratedLocalResultChain<TResult>(PluginPackage package, Func<TCurrent, CancellationToken, ValueTask<TResult>> handler, int priority = 0) where TResult : struct, IHookResultParameters
Section titled “Parameters”package PluginPackage
handler Func<TCurrent, CancellationToken, ValueTask<TResult>>
priority int
Returns
Section titled “Returns”RemoteHookPipeline<TEvent>
Type Parameters
Section titled “Type Parameters”TResult
UseGeneratedLocalResultChain<TResult>(PluginPackage, Func<TCurrent, HookContext, CancellationToken, ValueTask<TResult>>, int)
Section titled “ UseGeneratedLocalResultChain<TResult>(PluginPackage, Func<TCurrent, HookContext, CancellationToken, ValueTask<TResult>>, int)”public RemoteHookPipeline<TEvent> UseGeneratedLocalResultChain<TResult>(PluginPackage package, Func<TCurrent, HookContext, CancellationToken, ValueTask<TResult>> handler, int priority = 0) where TResult : struct, IHookResultParameters
Section titled “Parameters”package PluginPackage
handler Func<TCurrent, HookContext, CancellationToken, ValueTask<TResult>>
priority int
Returns
Section titled “Returns”RemoteHookPipeline<TEvent>
Type Parameters
Section titled “Type Parameters”TResult
UseGeneratedResultChain<TResult>(PluginPackage, int)
Section titled “ UseGeneratedResultChain<TResult>(PluginPackage, int)”public RemoteHookPipeline<TEvent> UseGeneratedResultChain<TResult>(PluginPackage package, int priority = 0) where TResult : struct, IHookResultParameters
Section titled “Parameters”package PluginPackage
priority int
Returns
Section titled “Returns”RemoteHookPipeline<TEvent>
Type Parameters
Section titled “Type Parameters”TResult
Where(Func<TCurrent, HookContext, bool>, IRFunc<TCurrent, HookContext, bool>?)
Section titled “ Where(Func<TCurrent, HookContext, bool>, IRFunc<TCurrent, HookContext, bool>?)”public RemoteHookStage<TEvent, TCurrent> Where(Func<TCurrent, HookContext, bool> filter, IRFunc<TCurrent, HookContext, bool>? irFilter = null)Parameters
Section titled “Parameters”filter Func<TCurrent, HookContext, bool>
irFilter IRFunc<TCurrent, HookContext, bool>?
Returns
Section titled “Returns”RemoteHookStage<TEvent, TCurrent>
Where(Func<TCurrent, bool>, IRFunc<TCurrent, bool>?)
Section titled “ Where(Func<TCurrent, bool>, IRFunc<TCurrent, bool>?)”public RemoteHookStage<TEvent, TCurrent> Where(Func<TCurrent, bool> filter, IRFunc<TCurrent, bool>? irFilter = null)Parameters
Section titled “Parameters”irFilter IRFunc<TCurrent, bool>?
Returns
Section titled “Returns”RemoteHookStage<TEvent, TCurrent>