-
Notifications
You must be signed in to change notification settings - Fork 36
F_CodeJam_Fn_1_FalsePredicate
Andrew Koryavchenko edited this page Jun 17, 2018
·
6 revisions
The function that always returns false.
Namespace: CodeJam
Assembly: CodeJam (in CodeJam.dll) Version: 2.1.0.0
C#
public static readonly Predicate<T> FalsePredicate
VB
Public Shared ReadOnly FalsePredicate As Predicate(Of T)
F#
static val FalsePredicate: Predicate<'T>