FirstScorable<Item,Score> Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public sealed class FirstScorable<Item,Score> : Microsoft.Bot.Builder.Scorables.Internals.DelegatingFoldScorable<Item,Score>
type FirstScorable<'Item, 'Score> = class
inherit DelegatingFoldScorable<'Item, 'Score>
Public NotInheritable Class FirstScorable(Of Item, Score)
Inherits DelegatingFoldScorable(Of Item, Score)
Type Parameters
- Item
- Score
- Inheritance
-
FirstScorable<Item,Score>
Constructors
FirstScorable<Item,Score>(IEnumerable<IScorable<Item,Score>>) |
Fields
comparer | (Inherited from FoldScorable<Item,Score>) |
scorables | (Inherited from FoldScorable<Item,Score>) |
Properties
OnStage | (Inherited from DelegatingFoldScorable<Item,Score>) |
Methods
Explicit Interface Implementations
Extension Methods
SelectItem<SourceItem,TargetItem,Score>(IScorable<TargetItem,Score>, Func<SourceItem,TargetItem>) |
Project the item of a scorable using a lambda expression. |
SelectScore<Item,SourceScore,TargetScore>(IScorable<Item,SourceScore>, Func<Item,SourceScore,TargetScore>) |
Project the score of a scorable using a lambda expression. |
TryPostAsync<Item,Score>(IScorable<Item,Score>, Item, CancellationToken) |
Invoke the scorable calling protocol against a single scorable. |
WhereScore<Item,Score>(IScorable<Item,Score>, Func<Item,Score,Boolean>) |