ImmutableLinkedList<T> Extension
Location
-
Reference:
- Elements.dll .NET, .NET Standard 2.0
- elements.jar Cooper
- Elements.fx Island, ToffeeV2
- libElements.fx Toffee
- Namespace: RemObjects.Elements.RTL
- Extends: ImmutableLinkedList<T>
- Platforms: .NET, .NET Standard 2.0, Cooper, Island, Toffee, ToffeeV2
Instance Methods
Contains
method Contains(aValue: T): Boolean
Boolean Contains(T aValue)
func Contains(_ aValue: T) -> Boolean
Boolean Contains(T aValue)
Function Contains(aValue As T) As Boolean
Parameters:
- aValue:
Find (T): nullable RemObjects.Elements.RTL.LinkedListNode<T> .NET, .NET Standard 2.0, Island, Toffee, ToffeeV2
method Find(aValue: T): nullable RemObjects.Elements.RTL.LinkedListNode<T>
RemObjects.Elements.RTL.LinkedListNode<T>? Find(T aValue)
// Toffee
func Find(_ aValue: T) -> LinkedListNode<T>
// ToffeeV2
func Find(_ aValue: T) -> RemObjects.Elements.RTL.LinkedListNode<T>?
Function Find(aValue As T) As RemObjects.Elements.RTL.LinkedListNode<T>?
Parameters:
- aValue:
Find (ImmutableLinkedList<T>): LinkedListNode<T> Cooper
method Find(aValue: ImmutableLinkedList<T>): LinkedListNode<T>
LinkedListNode<T> Find(ImmutableLinkedList<T> aValue)
func Find(_ aValue: ImmutableLinkedList<T>) -> LinkedListNode<T>
LinkedListNode<T> Find(ImmutableLinkedList<T> aValue)
Function Find(aValue As ImmutableLinkedList<T>) As LinkedListNode<T>
Parameters:
- aValue:
FindLast (T): nullable RemObjects.Elements.RTL.LinkedListNode<T> .NET, .NET Standard 2.0, Island, Toffee, ToffeeV2
method FindLast(aValue: T): nullable RemObjects.Elements.RTL.LinkedListNode<T>
RemObjects.Elements.RTL.LinkedListNode<T>? FindLast(T aValue)
// Toffee
func FindLast(_ aValue: T) -> LinkedListNode<T>
// ToffeeV2
func FindLast(_ aValue: T) -> RemObjects.Elements.RTL.LinkedListNode<T>?
Function FindLast(aValue As T) As RemObjects.Elements.RTL.LinkedListNode<T>?
Parameters:
- aValue:
FindLast (ImmutableLinkedList<T>): LinkedListNode<T> Cooper
method FindLast(aValue: ImmutableLinkedList<T>): LinkedListNode<T>
LinkedListNode<T> FindLast(ImmutableLinkedList<T> aValue)
func FindLast(_ aValue: ImmutableLinkedList<T>) -> LinkedListNode<T>
LinkedListNode<T> FindLast(ImmutableLinkedList<T> aValue)
Function FindLast(aValue As ImmutableLinkedList<T>) As LinkedListNode<T>
Parameters:
- aValue: