Liking cljdoc? Tell your friends :D

franzy.common.schema

Basic schemas for validating Kafka configs, types, functions, etc.

Basic schemas for validating Kafka configs, types, functions, etc.
raw docstring

AnyButNilclj

Schema for a value that can be anything but nil.

Schema for a value that can be anything but nil.
raw docstring

CoercableDoubleclj

Schema for a value that is coercable without overflow to a Double.

Schema for a value that is coercable without overflow to a Double.
raw docstring

CoercableIntclj

Schema for a value that is coercable without overflow to a Integer.

Schema for a value that is coercable without overflow to a Integer.
raw docstring

CoercableLongclj

Schema for a value that is coercable without overflow to a Long.

Schema for a value that is coercable without overflow to a Long.
raw docstring

CoercableShortclj

Schema for a value that is coercable without overflow to a Short.

Schema for a value that is coercable without overflow to a Short.
raw docstring

Functionclj

Schema for a target that must be a function.

Schema for a target that must be a function.
raw docstring

GreaterThanOrEqualToZeroclj

Schema for a number greater than or equal to zero.

Schema for a number greater than or equal to zero.
raw docstring

gt-eq-zero?clj

(gt-eq-zero? x)

NamespacedKeywordclj

Schema for keywords that must be namespaced, i.e. :my-namespace/my-keyword

Schema for keywords that must be namespaced, i.e. :my-namespace/my-keyword
raw docstring

NegativeDefaultNumberclj

Schema for defaults that assume -1 as a null/not set. This schema is mainly for composition with other Schemas.

Schema for defaults that assume -1 as a null/not set. This schema is mainly for composition with other Schemas.
raw docstring

NonEmptyStringclj

Schema for a string that cannot be blank.

Schema for a string that cannot be blank.
raw docstring

NonEmptyStringOrListclj

Schema for a value that can be a string or a collection.

Schema for a value that can be a string or a collection.
raw docstring

NonEmptyStringOrStringListclj

Schema for a value that can be a non-empty string or string collection.

Schema for a value that can be a non-empty string or string collection.
raw docstring

NotEmptyclj

Schema for collections that must not be empty.

Schema for collections that must not be empty.
raw docstring

PosDoubleclj

Schema for positive doubles.

Schema for positive doubles.
raw docstring

PosIntclj

Schema for positive integers.

Schema for positive integers.
raw docstring

Positiveclj

Schema for a positive Number.

Schema for a positive Number.
raw docstring

PosLongclj

Schema for positive longs.

Schema for positive longs.
raw docstring

PosShortclj

Schema for positive shorts.

Schema for positive shorts.
raw docstring

SPosDoubleclj

Schema for positive, zero inclusive doubles.

Schema for positive, zero inclusive doubles.
raw docstring

SPosDoubleWithDefaultclj

Schema for positive, zero inclusive doubles that can have also have -1 as a default value.

Schema for positive, zero inclusive doubles that can have also have -1 as a default value.
raw docstring

SPosIntclj

Schema for positive, zero inclusive integers.

Schema for positive, zero inclusive integers.
raw docstring

SPosIntWithDefaultclj

Schema for positive, zero inclusive integers that can also have -1 as a default value.

Schema for positive, zero inclusive integers that can also have -1 as a default value.
raw docstring

SPosLongclj

Schema for positive, zero inclusive longs.

Schema for positive, zero inclusive longs.
raw docstring

SPosLongWithDefaultclj

Schema for positive, zero inclusive longs that can also have -1 as a default value.

Schema for positive, zero inclusive longs that can also have -1 as a default value.
raw docstring

SPosShortclj

Schema for positive, zero inclusive shorts.

Schema for positive, zero inclusive shorts.
raw docstring

SPosShortWithDefaultclj

Schema for positive, zero inclusive shorts that can have also have -1 as a default value.

Schema for positive, zero inclusive shorts that can have also have -1 as a default value.
raw docstring

StringOrListclj

Schema for a value that can be a string or a collection.

Schema for a value that can be a string or a collection.
raw docstring

StringOrStringListclj

Schema for a value that can be a string or string collection.

Schema for a value that can be a string or string collection.
raw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close