Table of Contents

Struct Query<T1, T2>.Executor

Namespace
Executables
Assembly
executables.dll
public readonly struct Query<T1, T2>.Executor : IExecutor<T1, T2>, IEquatable<Query<T1, T2>.Executor>
Implements
IExecutor<T1, T2>
Inherited Members

Constructors

Executor(IQuery<T1, T2>)

public Executor(IQuery<T1, T2> query)

Parameters

query IQuery<T1, T2>

Methods

Equals(Executor)

Indicates whether the current object is equal to another object of the same type.

public bool Equals(Query<T1, T2>.Executor other)

Parameters

other Query<T1, T2>.Executor

An object to compare with this object.

Returns

bool

true if the current object is equal to the other parameter; otherwise, false.

Equals(object)

Indicates whether this instance and a specified object are equal.

public override bool Equals(object obj)

Parameters

obj object

The object to compare with the current instance.

Returns

bool

true if obj and this instance are the same type and represent the same value; otherwise, false.

Execute(T1)

Executes the operation for the specified input value.

public T2 Execute(T1 input)

Parameters

input T1

Input value.

Returns

T2

Execution result.

GetHashCode()

Returns the hash code for this instance.

public override int GetHashCode()

Returns

int

A 32-bit signed integer that is the hash code for this instance.

Operators

operator ==(Executor, Executor)

public static bool operator ==(Query<T1, T2>.Executor left, Query<T1, T2>.Executor right)

Parameters

left Query<T1, T2>.Executor
right Query<T1, T2>.Executor

Returns

bool

operator !=(Executor, Executor)

public static bool operator !=(Query<T1, T2>.Executor left, Query<T1, T2>.Executor right)

Parameters

left Query<T1, T2>.Executor
right Query<T1, T2>.Executor

Returns

bool