Choice

kyo.Choice
See theChoice companion trait
object Choice

Attributes

Companion
trait
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
Choice.type

Members list

Value members

Concrete methods

inline def drop(using inline frame: Frame): Nothing < Choice
inline def dropIf(condition: Boolean)(using inline frame: Frame): Unit < Choice
inline def eval[A, B, S](seq: Seq[A])(inline f: A => B < S)(using inline frame: Frame): B < (Choice & S)
inline def get[A](seq: Seq[A])(using inline frame: Frame): A < Choice
def run[A, S](v: A < (Choice & S))(using Frame): Chunk[A] < S