Implicits

object Implicits
Companion:
class
class Object
trait Matchable
class Any

Type members

Classlikes

Implicit conversions from X to Inserter are primarily needed for convenience in onMountInsert, but they are an expensive overkill in other contexts where converting all these types to regular Modifiers is cheaper and just as functional, so the conversions below are de-prioritized.

Implicit conversions from X to Inserter are primarily needed for convenience in onMountInsert, but they are an expensive overkill in other contexts where converting all these types to regular Modifiers is cheaper and just as functional, so the conversions below are de-prioritized.

final class RichSource[A](val source: Source[A]) extends AnyVal

Some of these methods are redundant, but we need them for type inference to work.

Some of these methods are redundant, but we need them for type inference to work.