| FirstOrNoneT(IEnumerableT) |
Returns Some of the first element of the collection if it is non-empty; None otherwise.
C# |
| FirstOrNoneT(IEnumerableT, FuncT, Boolean) |
Returns Some of the first element of the collection satisfying the filter if any; None otherwise.
C# |