findValue

@Nullable()
public abstract @Nullable() T findValue<T>(FloggerMetadataKey<T> key)

Returns the first value for the given single valued metadata key, or null if it does not exist.

Throws

if key is null.