-
Notifications
You must be signed in to change notification settings - Fork 35
Fields_T_CodeJam_Fn_1
andrewvk edited this page Mar 29, 2016
·
5 revisions
[This is preliminary documentation and is subject to change.]
The Fn(T) generic type exposes the following members.
Name | Description | |
---|---|---|
![]() ![]() |
False | The function that returns false. |
![]() ![]() |
FalsePredicate | The function that always returns false. |
![]() ![]() |
Identity | The function that returns the same object which was passed as parameter. |
![]() ![]() |
IdentityConverter | The function that returns the same object which was passed as parameter. |
![]() ![]() |
IsNotNull | The function that returns true if an object is not null. |
![]() ![]() |
IsNull | The function that returns true if an object is null. |
![]() ![]() |
True | The function that always returns true. |
![]() ![]() |
TruePredicate | The function that returns true. |