-
- Downloads
Common: LambdaUtils: Add firstOfType util method.
The firstOfType method returns the first element from a given collection that is assignable from the given type. This method allows to reduce the LoCs since the described task is quite common. refs 3203
Loading
Please register or sign in to comment