Skip to content

T_CodeJam_Fn_1

andrewvk edited this page Mar 29, 2016 · 10 revisions

Fn(T) Class

[This is preliminary documentation and is subject to change.]

[Missing

documentation for "T:CodeJam.Fn`1"]

Inheritance Hierarchy

System.Object
  CodeJam.Fn(T)
Namespace: CodeJam
Assembly: CodeJam (in CodeJam.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#

public static class Fn<T>

VB

Public NotInheritable Class Fn(Of T)

F#

[<AbstractClassAttribute>]
[<SealedAttribute>]
type Fn<'T> =  class end

Type Parameters

 

T
  The Fn(T) type exposes the following members.

Fields

 

Name Description
Public fieldStatic member False The function that returns false.
Public fieldStatic member FalsePredicate The function that always returns false.
Public fieldStatic member Identity The function that returns the same object which was passed as parameter.
Public fieldStatic member IdentityConverter The function that returns the same object which was passed as parameter.
Public fieldStatic member IsNotNull The function that returns true if an object is not null.
Public fieldStatic member IsNull The function that returns true if an object is null.
Public fieldStatic member True The function that always returns true.
Public fieldStatic member TruePredicate The function that returns true.
  Back to Top

See Also

Reference

CodeJam Namespace

Clone this wiki locally