rollbar_common library
Classes
- BreadcrumbRecord
- Environment
- Equatable
-
Failure<
T, E extends Error> -
Identifiable<
T extends Object> - PayloadRecord
-
Persistable<
T extends Object> - The class of types that are Persistable.
- PersistableBreadcrumbRecord
- PersistableFor
- Dart's type system is too rudimentary and still doesn't support abstract static interfaces.
- PersistablePayloadRecord
-
Result<
T, E extends Error> - Serializable
- The class of types that are Serializable.
- SerializableBreadcrumbRecord
- SerializableFor
- Dart's type system is too rudimentary and still doesn't support abstract static interfaces.
- SerializablePayloadRecord
-
Success<
T, E extends Error> -
TableSet<
E extends Persistable< UUID> > -
A collection of Persistable objects that leverages the
sqlite3
library in which each record can occur only once. -
Tuple2<
T1, T2> -
ZippedIterable<
A, B> -
ZippedIterator<
E1, E2>
Mixins
Extensions
- CompactIterable
- CompactMap
- DatatypeSqlType
- DateTimeComparison
- DateTimeMath
- DurationExtension
- This extension allows Duration to be created straight from the integer.
- HigherOrderFunctions
- HttpMethodName
- HttpResponseExtension
- IterableExtensions
- IterableIntoUUID
- MapExtensions
- RandomExtensions
- StringExtensions
- StringIntoUUID
- SymbolExtensions
- TryAs
- ZippedIterableExtension
Constants
Properties
- nilUUID → UuidValue
-
final
Functions
-
constant<
T, U> (T x) → T Function(U) - The Constant function.
-
curry2<
A, B, C> (C f(A, B)) → C Function(B) Function(A) - Binary function currying. Allows for partial application of binary functions.
-
identity<
T> (T x) → T - The Identity function.
-
isFalse(
bool x) → bool -
Tests whether the given boolean argument
x
is false. -
isNotNull<
T> (T? x) → bool -
Tests whether the given argument
x
is notnull
. -
isNull<
T> (T? x) → bool -
Tests whether the given argument
x
isnull
. -
not<
T> (bool p(T)) → bool Function(T) - Inverses a predicate boolean evaluation.
-
repeat(
int times, void body()) → void -
Repeatedly calls the given function
body
, the given amount oftimes
.
Enums
- Datatype
- A type identifier.
- HttpMethod
- HttpStatus
- Level
- The level of an occurrence.