-
Notifications
You must be signed in to change notification settings - Fork 35
T_CodeJam_Fn_1
andrewvk edited this page Mar 22, 2016
·
10 revisions
[This is preliminary documentation and is subject to change.]
[Missing
System.Object
CodeJam.Fn(T)
Namespace: CodeJam
Assembly: CodeJam (in CodeJam.dll) Version: 1.0.0.0 (1.0.0.0)
C#
public static class Fn<T>
VB
Public NotInheritable Class Fn(Of T)
F#
[<AbstractClassAttribute>]
[<SealedAttribute>]
type Fn<'T> = class end
- T
- [Missing documentation for "T:CodeJam.Fn`1"]
Name | Description | |
---|---|---|
![]() ![]() |
False | Gets the function that returns false. |
![]() ![]() |
FalsePredicate | Gets the function that always returns false. |
![]() ![]() |
Identity | Gets the function that returns the same object which was passed as parameter. |
![]() ![]() |
IdentityConverter | Gets the function that returns the same object which was passed as parameter. |
![]() ![]() |
True | Gets the function that always returns true. |
![]() ![]() |
TruePredicate | Gets the function that returns true. |