-
Notifications
You must be signed in to change notification settings - Fork 35
T_CodeJam_Fn_1
Andrew Koryavchenko edited this page Jun 17, 2018
·
10 revisions
Helper methods for Func(TResult)
System.Object
CodeJam.Fn(T)
Namespace: CodeJam
Assembly: CodeJam (in CodeJam.dll) Version: 2.1.0.0
C#
public static class Fn<T>
VB
Public NotInheritable Class Fn(Of T)
F#
[<AbstractClassAttribute>]
[<SealedAttribute>]
type Fn<'T> = class end
- T
Name | Description | |
---|---|---|
False | The function that returns false. | |
FalsePredicate | The function that always returns false. | |
IsNotNull | The function that returns true if an object is not null. | |
IsNull | The function that returns true if an object is null. | |
Self | The function that returns the same object which was passed as parameter. | |
SelfConverter | The function that returns the same object which was passed as parameter. | |
True | The function that always returns true. | |
TruePredicate | The function that returns true. |