Binding

semagrams.Binding$
See theBinding companion class
object Binding

Attributes

Companion:
class
Graph
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
Binding.type

Members list

Concise view

Type members

Inherited types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Attributes

Inherited from:
Mirror
type MirroredLabel <: String

The name of the type

The name of the type

Attributes

Inherited from:
Mirror

Value members

Concrete methods

def apply[A](f: PartialFunction[Event, IO[A]]): Binding[A]

Construct a Binding with no modifiers and empty docs.

Construct a Binding with no modifiers and empty docs.

Attributes

def apply[A](f: PartialFunction[Event, IO[A]], predicate: Option[BindingPredicate]): Binding[A]

Construct a Binding with modifiers and empty docs.

Construct a Binding with modifiers and empty docs.

Attributes

Concrete fields

val withAltModsPredicate: Set[Set[KeyModifier]] => (EditorState, Event) => Boolean

A predicate that matches when one of alternativeMods are set

A predicate that matches when one of alternativeMods are set

Attributes

val withModsPredicate: Set[KeyModifier] => (EditorState, Event) => Boolean

A predicate that matches when mods are set

A predicate that matches when mods are set

Attributes