C# Class Tp.Search.Model.Query.QueryPlanCombinators

Show file Open project: TargetProcess/Target-Process-Plugins

Public Methods

Method Description
And ( this left, Maybe right ) : Maybe
Or ( this left, Maybe right ) : Maybe

Private Methods

Method Description
Op ( Maybe left, Maybe right, System.Operation operation ) : Maybe

Method Details

And() public static method

public static And ( this left, Maybe right ) : Maybe
left this
right Maybe
return Maybe

Or() public static method

public static Or ( this left, Maybe right ) : Maybe
left this
right Maybe
return Maybe