ListTopicsIncludeInternal

sealed abstract class ListTopicsIncludeInternal[F[_]]
class Object
trait Matchable
class Any

Value members

Abstract methods

def listings: F[List[TopicListing]]

Lists topics as TopicListings. Includes internal topics.

Lists topics as TopicListings. Includes internal topics.

def names: F[Set[String]]

Lists topic names. Includes internal topics.

Lists topic names. Includes internal topics.

def namesToListings: F[Map[String, TopicListing]]

Lists topics as a Map from topic names to TopicListings. Includes internal topics.

Lists topics as a Map from topic names to TopicListings. Includes internal topics.