Class/Object

swaydb.MultiMap

Functions

Related Docs: object Functions | package MultiMap

Permalink

final case class Functions[M, K, V, F]()(implicit keySerializer: Serializer[K], tableSerializer: Serializer[M], valueSerializer: Serializer[V]) extends Product with Serializable

All registered function for a MultiMap.

Linear Supertypes
Serializable, Serializable, Product, Equals, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Functions
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new Functions()(implicit keySerializer: Serializer[K], tableSerializer: Serializer[M], valueSerializer: Serializer[V])

    Permalink

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  5. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  6. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  7. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  8. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  9. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  10. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  11. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  12. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  13. def register[PF <: F](function: PF)(implicit ev: <:<[PF, PureFunction[K, V, Apply.Map[V]]]): Unit

    Permalink

    Register the function converting it to MultiMap.innerMap's function type.

  14. def register[PF <: F](functions: PF*)(implicit ev: <:<[PF, PureFunction[K, V, Apply.Map[V]]]): Unit

    Permalink
  15. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  16. def validate[O](key: MultiMapKey[M, K], value: Option[V])(f: (K, V) ⇒ O): O

    Permalink

    Vaidates both key and value before applying the function.

    Vaidates both key and value before applying the function.

    Annotations
    @inline()
  17. def validate[O](value: Option[V])(f: (V) ⇒ O): O

    Permalink

    User values for inner map cannot be None.

    User values for inner map cannot be None.

    Annotations
    @inline()
  18. def validate[O](key: MultiMapKey[M, K])(f: (K) ⇒ O): O

    Permalink

    Validates MultiMapKey supplied to the function.

    Validates MultiMapKey supplied to the function. Only MultiMapKey.MapEntry is accepted since functions are applied to Map's key-values only.

    Annotations
    @inline()
  19. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  20. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  21. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from AnyRef

Inherited from Any

Ungrouped