Packages

c

sec.syntax.api

MetaStreamsSyntax

final class MetaStreamsSyntax[F[_]] extends AnyRef

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. MetaStreamsSyntax
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new MetaStreamsSyntax(ms: MetaStreams[F])(implicit arg0: ErrorM[F])

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
  6. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  7. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  8. def getAcl(id: Id): F[Option[ReadResult[StreamAcl]]]
  9. def getCacheControl(id: Id): F[Option[ReadResult[CacheControl]]]
  10. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  11. def getMaxAge(id: Id): F[Option[ReadResult[MaxAge]]]
  12. def getMaxCount(id: Id): F[Option[ReadResult[MaxCount]]]
  13. def getTruncateBefore(id: Id): F[Option[ReadResult[Exact]]]
  14. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  15. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  16. val ms: MetaStreams[F]
  17. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  18. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  19. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  20. def removeAcl(id: Id, expectedRevision: StreamRevision): F[WriteResult]
  21. def removeCacheControl(id: Id, expectedRevision: StreamRevision): F[WriteResult]
  22. def removeMaxAge(id: Id, expectedRevision: StreamRevision): F[WriteResult]
  23. def removeMaxCount(id: Id, expectedRevision: StreamRevision): F[WriteResult]
  24. def removeTruncateBefore(id: Id, expectedRevision: StreamRevision): F[WriteResult]
  25. def setAcl(id: Id, expectedRevision: StreamRevision, acl: StreamAcl): F[WriteResult]
  26. def setCacheControl(id: Id, expectedRevision: StreamRevision, cacheControl: FiniteDuration): F[WriteResult]
  27. def setMaxAge(id: Id, expectedRevision: StreamRevision, age: FiniteDuration): F[WriteResult]
  28. def setMaxCount(id: Id, expectedRevision: StreamRevision, count: Int): F[WriteResult]
  29. def setTruncateBefore(id: Id, expectedRevision: StreamRevision, truncateBefore: Long): F[WriteResult]
  30. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  31. def toString(): String
    Definition Classes
    AnyRef → Any
  32. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  33. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  34. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated
    Deprecated

Inherited from AnyRef

Inherited from Any

Ungrouped