Delegate Strategy<TIn, TOut>.Handler
- Namespace
- PatternKit.Behavioral.Strategy
- Assembly
- PatternKit.Core.dll
Delegate representing a handler that produces an output value when its corresponding predicate matches.
public delegate TOut Strategy<TIn, TOut>.Handler(in TIn input)
Parameters
inputTInThe input value.
Returns
- TOut
The computed result.
- Extension Methods