ThreePaneScaffoldHorizontalOrder


Represents the horizontal order of panes in a ThreePaneScaffold from start to end.

Summary

Public functions

open operator Boolean
equals(other: Any?)
Cmn
open Unit

Performs the given action for each pane in the order.

Cmn
open Unit

Performs the given action for each pane in the order, with its index.

Cmn
open Unit

Performs the given action for each pane in the order, with its index, in reverse order.

Cmn
operator ThreePaneScaffoldRole
get(index: Int)
Cmn
open Int
Cmn
open Int

Returns the index of the given role in the order.

Cmn

Public properties

open Int

The number of panes in the order.

Cmn

Public functions

equals

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

forEach

open fun forEach(action: (ThreePaneScaffoldRole) -> Unit): Unit

Performs the given action for each pane in the order.

forEachIndexed

open fun forEachIndexed(action: (Int, ThreePaneScaffoldRole) -> Unit): Unit

Performs the given action for each pane in the order, with its index.

forEachIndexedReversed

open fun forEachIndexedReversed(action: (Int, ThreePaneScaffoldRole) -> Unit): Unit

Performs the given action for each pane in the order, with its index, in reverse order.

get

operator fun get(index: Int): ThreePaneScaffoldRole

hashCode

open fun hashCode(): Int

indexOf

open fun indexOf(role: ThreePaneScaffoldRole): Int

Returns the index of the given role in the order.

Public properties

size

open val sizeInt

The number of panes in the order.