References
summary | ||
public |
C TinyType The TinyType abstract class should be used as a base class for your own Tiny Types. |
|
public |
F TinyTypeOf(): * this function is experimental.
The TinyTypeOf can be used to define simple single-value TinyTypes on a single line. |
|
public |
The |
|
public |
F match(value: *): PatternMatcher<any, any, any, any> this function is experimental.
|
|
public |
V check: * this variable was deprecated.
This function has been deprecated. |
objects
predicates
summary | ||
public |
C Failure |
|
public |
Describes a Condition that the |
|
public |
C Result |
|
public |
C Success |
|
public |
Ensures that the |
|
public |
Ensures that the |
|
public |
F hasLengthOf(expectedLength: number): Predicate Ensures that the |
|
public |
Ensures that the |
|
public |
Ensures that the |
|
public | ||
public |
Ensures that the |
|
public |
F isFunction(): Predicate<Function> Ensures that the |
|
public |
F isGreaterThan(lowerBound: number): Predicate<number> Ensures that the |
|
public |
F isGreaterThanOrEqualTo(lowerBound: number): Predicate<number> Ensures that the |
|
public |
Ensures that the |
|
public |
F isInstanceOf(type: Constructor<T>): Predicate<T> Ensures that the |
|
public |
Ensures that the |
|
public |
F isLessThan(upperBound: number): Predicate<number> Ensures that the |
|
public |
F isLessThanOrEqualTo(upperBound: number): Predicate<number> Ensures that the |
|
public |
F isNotBlank(): Predicate<string> Ensures that the |
|
public |
Ensures that the |
|
public |
Ensures that the |
|
public |
F isPlainObject(): Predicate<string> Ensures that the |
|
public |
Ensures that the |
|
public |
Ensures that the |
|
public |
Ensures that the |
|
public |
Ensures that the |
|
public |
F startsWith(prefix: string): Predicate<string> Ensures that the |