fun_land v0.8.0 FunLandic.Any
This Combinable can be used to combine a Reducable of boolean values, returning true if any of them (e.g. at least one of them) is true.
Otherwise, false is returned.
Link to this section Summary
Functions
Callback implementation for FunLand.Semicombinable.combine/2
Callback implementation for FunLand.Combinable.empty/0
Link to this section Functions
Link to this function
combine(a, b)
Callback implementation for FunLand.Semicombinable.combine/2.
Link to this function
empty()
Callback implementation for FunLand.Combinable.empty/0.