FirstScorable<Item,Score> クラス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
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)
型パラメーター
- Item
- Score
- 継承
-
FirstScorable<Item,Score>
コンストラクター
FirstScorable<Item,Score>(IEnumerable<IScorable<Item,Score>>) |
フィールド
comparer | (継承元 FoldScorable<Item,Score>) |
scorables | (継承元 FoldScorable<Item,Score>) |
プロパティ
OnStage | (継承元 DelegatingFoldScorable<Item,Score>) |
メソッド
明示的なインターフェイスの実装
拡張メソッド
SelectItem<SourceItem,TargetItem,Score>(IScorable<TargetItem,Score>, Func<SourceItem,TargetItem>) |
ラムダ式を使用して、スコアリング可能な項目を投影します。 |
SelectScore<Item,SourceScore,TargetScore>(IScorable<Item,SourceScore>, Func<Item,SourceScore,TargetScore>) |
ラムダ式を使用して、スコア可能なスコアを投影します。 |
TryPostAsync<Item,Score>(IScorable<Item,Score>, Item, CancellationToken) |
1 つのスコアリング可能に対してスコアリング可能な呼び出しプロトコルを呼び出します。 |
WhereScore<Item,Score>(IScorable<Item,Score>, Func<Item,Score,Boolean>) |