effect-io-ai

Package: effect
Module: Boolean

Boolean.ReducerOr

Reducer for combining booleans using OR.

When to use

Use to reduce boolean values where the result should be true if any combined value is true.

Details

The initialValue is false.

See

Signature

declare const ReducerOr: Reducer.Reducer<boolean>

Source

Since v4.0.0