Show / Hide Table of Contents

Class Predicate

Inheritance
System.Object
SerializableReference<System.Predicate<System.Object>>
Predicate
Inherited Members
SerializableReference<Predicate<Object>>.Id
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: CompAnalytics.Contracts
Assembly: CompAnalytics.Contracts.dll
Syntax
[DataContract]
public class Predicate : SerializableReference<Predicate<object>>

Constructors

Predicate(Predicate<Object>)

Declaration
public Predicate(Predicate<object> pred)
Parameters
Type Name Description
System.Predicate<System.Object> pred

Properties

DisplayString

Declaration
[DataMember]
public string DisplayString { get; set; }
Property Value
Type Description
System.String

Methods

Bind(Func<Predicate<Object>, Predicate>)

Declaration
public Predicate Bind(Func<Predicate<object>, Predicate> bindFunc)
Parameters
Type Name Description
System.Func<System.Predicate<System.Object>, Predicate> bindFunc
Returns
Type Description
Predicate

Return<T>(Predicate<T>)

Declaration
public static Predicate Return<T>(Predicate<T> pred)
Parameters
Type Name Description
System.Predicate<T> pred
Returns
Type Description
Predicate
Type Parameters
Name Description
T
Back to top Copyright © 2019 Composable Analytics, Inc.