ActionParameters.Pair

class ActionParameters.Pair<T : Any>


Key Value pairs for Parameters. Type T is the type of the value. Pairs must have unique keys, or they will be considered equal.

Create this using the infix function to.

Summary

Public functions

open operator Boolean
equals(other: Any?)
open Int
open String

Public functions

equals

open operator fun equals(other: Any?): Boolean

hashCode

open fun hashCode(): Int

toString

open fun toString(): String