Table of Contents

Interface ISelector<T>

Namespace
Steeltoe.Integration
Assembly
Steeltoe.Integration.Abstractions.dll

TODO: See if this can be internal

public interface ISelector<in T>

Type Parameters

T

input tye

Methods

Accept(T)

bool Accept(T source)

Parameters

source T

Returns

bool