EvaluatorHelper.AllEvaluatorsAreThreadSafe Method |
Name | Description | |
---|---|---|
![]() ![]() | AllEvaluatorsAreThreadSafe<T>(IEnumerable<T>) |
Determines if every evaluator in a collection is thread safe.
Any evaluators in the collection that are null are ignored.
|
![]() ![]() | AllEvaluatorsAreThreadSafe(IThreadAware) |
Determines if every evaluator given is thread safe.
Any evaluators that are null are ignored.
|
![]() ![]() | AllEvaluatorsAreThreadSafe(IThreadAware[]) |
Determines if every evaluator in an array is thread safe.
Any evaluators in the array that are null are ignored.
|
![]() ![]() | AllEvaluatorsAreThreadSafe<T>(TimeIntervalCollection<T>) |
Determines if every evaluator stored as Data
in a TimeIntervalCollection<T> is thread safe.
Any evaluators in the collection that are null are ignored.
|
![]() ![]() | AllEvaluatorsAreThreadSafe(IThreadAware, IThreadAware) |
Determines if every evaluator given is thread safe.
Any evaluators that are null are ignored.
|
![]() ![]() | AllEvaluatorsAreThreadSafe(IThreadAware, IThreadAware, IThreadAware) |
Determines if every evaluator given is thread safe.
Any evaluators that are null are ignored.
|