Interface ISelector<T>
TODO: See if this can be internal
Namespace: Steeltoe.Integration
Assembly: Steeltoe.Integration.Abstractions.dll
Syntax
public interface ISelector<in T>
Type Parameters
Name | Description |
---|---|
T | input tye |
Methods
| Edit this page View SourceAccept(T)
Declaration
bool Accept(T source)
Parameters
Type | Name | Description |
---|---|---|
T | source |
Returns
Type | Description |
---|---|
System.Boolean |