reduce

inline fun <T, BT : BeanType<T>> Qualifier<T>.reduce(candidates: Stream<BT>): Stream<BT>

Extension for Qualifier.reduce providing a reduce<Foo>(candidates) variant.

Return

A Stream of bean instances

Author

Alejandro Gomez

Since

1.0.0

Parameters

T

The bean type

BT

The bean type subclass

candidates

The candidates