SpaceElement

interface SpaceElement<T : SpaceElement<T, S>, S : Space<T>> : AlgebraElement<T, S>

The element of Space.

Parameters

T

the type of space operation results.

I

self type of the element. Needed for static type checking.

S

the type of space.

Functions

equals
Link copied to clipboard
common
open operator fun equals(other: Any?): Boolean
hashCode
Link copied to clipboard
common
open fun hashCode(): Int
toString
Link copied to clipboard
common
open fun toString(): String

Properties

context
Link copied to clipboard
common
abstract val context: S
The context this element belongs to.

Inheritors

RingElement
Link copied to clipboard