Sha256: 72e4507b93f343f60a8405e85bd10e3336b0fa969224246d2aa48a822c103ec8

Contents?: true

Size: 393 Bytes

Versions: 6

Compression:

Stored size: 393 Bytes

Contents

# Between

Between (inclusive)

## Signature

between(val: Alpha|AttrName, min: Alpha|AttrName, max: Alpha|AttrName) -> Predicate

## Examples
between(:status, 10, 30)

## Description

This predicates checks whether a value (`val`) is between two bounds `min`
and `max`, inclusive on both sides.

## Implementation notes

This predicate is equivalent to `gte(_val_,_min_) & lte(_val_,_max_)`.

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
alf-shell-0.16.4 doc/txt/between.txt
alf-shell-0.16.3 doc/txt/between.txt
alf-shell-0.16.2 doc/txt/between.txt
alf-shell-0.16.1 doc/txt/between.txt
alf-shell-0.16.0 doc/txt/between.txt
alf-shell-0.15.0 doc/txt/between.txt