abstract class BaseEndpoints[F[_], T <: Base] extends AnyRef
- Alphabetic
- By Inheritance
- BaseEndpoints
- AnyRef
- Any
- by StringFormat
- by Ensuring
- by ArrowAssoc
- Hide All
- Show All
- Public
- Protected
Instance Constructors
Abstract Value Members
- abstract def create(name: String): F[T]
- Attributes
- protected
Concrete Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- def ->[B](y: B): (BaseEndpoints[F, T], B)
- Implicit
- This member is added by an implicit conversion from BaseEndpoints[F, T] toArrowAssoc[BaseEndpoints[F, T]] performed by method ArrowAssoc in scala.Predef.
- Definition Classes
- ArrowAssoc
- Annotations
- @inline()
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- def apply(name: String): F[T]
Gets the with the given
name
, assuming it exists. - def applyById(id: String): F[T]
Gets the with the given
id
, assuming it exists. - final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- def delete(name: String): F[Unit]
Deletes the with
name
and all its associated aliases. - def deleteById(id: String): F[Unit]
Deletes the with
id
and all its associated aliases. - def ensuring(cond: (BaseEndpoints[F, T]) => Boolean, msg: => Any): BaseEndpoints[F, T]
- Implicit
- This member is added by an implicit conversion from BaseEndpoints[F, T] toEnsuring[BaseEndpoints[F, T]] performed by method Ensuring in scala.Predef.
- Definition Classes
- Ensuring
- def ensuring(cond: (BaseEndpoints[F, T]) => Boolean): BaseEndpoints[F, T]
- Implicit
- This member is added by an implicit conversion from BaseEndpoints[F, T] toEnsuring[BaseEndpoints[F, T]] performed by method Ensuring in scala.Predef.
- Definition Classes
- Ensuring
- def ensuring(cond: Boolean, msg: => Any): BaseEndpoints[F, T]
- Implicit
- This member is added by an implicit conversion from BaseEndpoints[F, T] toEnsuring[BaseEndpoints[F, T]] performed by method Ensuring in scala.Predef.
- Definition Classes
- Ensuring
- def ensuring(cond: Boolean): BaseEndpoints[F, T]
- Implicit
- This member is added by an implicit conversion from BaseEndpoints[F, T] toEnsuring[BaseEndpoints[F, T]] performed by method Ensuring in scala.Predef.
- Definition Classes
- Ensuring
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable])
- def findOrCreate(name: String): F[T]
Gets the named
name
, creating one if one does not exist. - def formatted(fmtstr: String): String
- Implicit
- This member is added by an implicit conversion from BaseEndpoints[F, T] toStringFormat[BaseEndpoints[F, T]] performed by method StringFormat in scala.Predef.
- Definition Classes
- StringFormat
- Annotations
- @inline()
- def get(name: String): F[Option[T]]
Gets the with the given
name
. - def getById(id: String): F[Option[T]]
Gets the with the given
id
. - final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- val list: F[List[String]]
Lists by their names.
- val listById: F[List[String]]
Lists by their identifiers.
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- val path: String
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- val uri: Uri
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
Deprecated Value Members
- def →[B](y: B): (BaseEndpoints[F, T], B)
- Implicit
- This member is added by an implicit conversion from BaseEndpoints[F, T] toArrowAssoc[BaseEndpoints[F, T]] performed by method ArrowAssoc in scala.Predef.
- Definition Classes
- ArrowAssoc
- Annotations
- @deprecated
- Deprecated
(Since version 2.13.0) Use
->
instead. If you still wish to display it as one character, consider using a font with programming ligatures such as Fira Code.
Inherited from AnyRef
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable])
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
Inherited from Any
Inherited by implicit conversion StringFormat fromBaseEndpoints[F, T] to StringFormat[BaseEndpoints[F, T]]
Value Members
- def formatted(fmtstr: String): String
- Implicit
- This member is added by an implicit conversion from BaseEndpoints[F, T] toStringFormat[BaseEndpoints[F, T]] performed by method StringFormat in scala.Predef.
- Definition Classes
- StringFormat
- Annotations
- @inline()
Inherited by implicit conversion Ensuring fromBaseEndpoints[F, T] to Ensuring[BaseEndpoints[F, T]]
Value Members
- def ensuring(cond: (BaseEndpoints[F, T]) => Boolean, msg: => Any): BaseEndpoints[F, T]
- Implicit
- This member is added by an implicit conversion from BaseEndpoints[F, T] toEnsuring[BaseEndpoints[F, T]] performed by method Ensuring in scala.Predef.
- Definition Classes
- Ensuring
- def ensuring(cond: (BaseEndpoints[F, T]) => Boolean): BaseEndpoints[F, T]
- Implicit
- This member is added by an implicit conversion from BaseEndpoints[F, T] toEnsuring[BaseEndpoints[F, T]] performed by method Ensuring in scala.Predef.
- Definition Classes
- Ensuring
- def ensuring(cond: Boolean, msg: => Any): BaseEndpoints[F, T]
- Implicit
- This member is added by an implicit conversion from BaseEndpoints[F, T] toEnsuring[BaseEndpoints[F, T]] performed by method Ensuring in scala.Predef.
- Definition Classes
- Ensuring
- def ensuring(cond: Boolean): BaseEndpoints[F, T]
- Implicit
- This member is added by an implicit conversion from BaseEndpoints[F, T] toEnsuring[BaseEndpoints[F, T]] performed by method Ensuring in scala.Predef.
- Definition Classes
- Ensuring
Inherited by implicit conversion ArrowAssoc fromBaseEndpoints[F, T] to ArrowAssoc[BaseEndpoints[F, T]]
Value Members
- def ->[B](y: B): (BaseEndpoints[F, T], B)
- Implicit
- This member is added by an implicit conversion from BaseEndpoints[F, T] toArrowAssoc[BaseEndpoints[F, T]] performed by method ArrowAssoc in scala.Predef.
- Definition Classes
- ArrowAssoc
- Annotations
- @inline()
- def →[B](y: B): (BaseEndpoints[F, T], B)
- Implicit
- This member is added by an implicit conversion from BaseEndpoints[F, T] toArrowAssoc[BaseEndpoints[F, T]] performed by method ArrowAssoc in scala.Predef.
- Definition Classes
- ArrowAssoc
- Annotations
- @deprecated
- Deprecated
(Since version 2.13.0) Use
->
instead. If you still wish to display it as one character, consider using a font with programming ligatures such as Fira Code.
Ungrouped
- abstract def create(name: String): F[T]
- Attributes
- protected
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- def ->[B](y: B): (BaseEndpoints[F, T], B)
- Implicit
- This member is added by an implicit conversion from BaseEndpoints[F, T] toArrowAssoc[BaseEndpoints[F, T]] performed by method ArrowAssoc in scala.Predef.
- Definition Classes
- ArrowAssoc
- Annotations
- @inline()
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- def apply(name: String): F[T]
Gets the with the given
name
, assuming it exists. - def applyById(id: String): F[T]
Gets the with the given
id
, assuming it exists. - final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- def delete(name: String): F[Unit]
Deletes the with
name
and all its associated aliases. - def deleteById(id: String): F[Unit]
Deletes the with
id
and all its associated aliases. - def ensuring(cond: (BaseEndpoints[F, T]) => Boolean, msg: => Any): BaseEndpoints[F, T]
- Implicit
- This member is added by an implicit conversion from BaseEndpoints[F, T] toEnsuring[BaseEndpoints[F, T]] performed by method Ensuring in scala.Predef.
- Definition Classes
- Ensuring
- def ensuring(cond: (BaseEndpoints[F, T]) => Boolean): BaseEndpoints[F, T]
- Implicit
- This member is added by an implicit conversion from BaseEndpoints[F, T] toEnsuring[BaseEndpoints[F, T]] performed by method Ensuring in scala.Predef.
- Definition Classes
- Ensuring
- def ensuring(cond: Boolean, msg: => Any): BaseEndpoints[F, T]
- Implicit
- This member is added by an implicit conversion from BaseEndpoints[F, T] toEnsuring[BaseEndpoints[F, T]] performed by method Ensuring in scala.Predef.
- Definition Classes
- Ensuring
- def ensuring(cond: Boolean): BaseEndpoints[F, T]
- Implicit
- This member is added by an implicit conversion from BaseEndpoints[F, T] toEnsuring[BaseEndpoints[F, T]] performed by method Ensuring in scala.Predef.
- Definition Classes
- Ensuring
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable])
- def findOrCreate(name: String): F[T]
Gets the named
name
, creating one if one does not exist. - def formatted(fmtstr: String): String
- Implicit
- This member is added by an implicit conversion from BaseEndpoints[F, T] toStringFormat[BaseEndpoints[F, T]] performed by method StringFormat in scala.Predef.
- Definition Classes
- StringFormat
- Annotations
- @inline()
- def get(name: String): F[Option[T]]
Gets the with the given
name
. - def getById(id: String): F[Option[T]]
Gets the with the given
id
. - final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- val list: F[List[String]]
Lists by their names.
- val listById: F[List[String]]
Lists by their identifiers.
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- val path: String
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- val uri: Uri
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- def →[B](y: B): (BaseEndpoints[F, T], B)
- Implicit
- This member is added by an implicit conversion from BaseEndpoints[F, T] toArrowAssoc[BaseEndpoints[F, T]] performed by method ArrowAssoc in scala.Predef.
- Definition Classes
- ArrowAssoc
- Annotations
- @deprecated
- Deprecated
(Since version 2.13.0) Use
->
instead. If you still wish to display it as one character, consider using a font with programming ligatures such as Fira Code.