Stack

dev.tauri.choam.data.Stack
See theStack companion object
abstract class Stack[A]

Attributes

Companion
object
Source
Stack.scala
Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Value members

Abstract methods

def push: Rxn[A, Unit]

Attributes

Source
Stack.scala
def size: Axn[Int]

Attributes

Source
Stack.scala
def tryPop: Axn[Option[A]]

Attributes

Source
Stack.scala