SystemPropertyAttributes

trace4cats.attributes.SystemPropertyAttributes$

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Value members

Concrete methods

def apply[F[_] : Sync]: F[Map[String, AttributeValue]]
def excludeKeys[F[_] : Sync](excludeKeys: Set[String]): F[Map[String, AttributeValue]]
def filterKeys[F[_] : Sync](filter: String => Boolean): F[Map[String, AttributeValue]]
def includeKeys[F[_] : Sync](includeKeys: Set[String]): F[Map[String, AttributeValue]]