fun_land v0.8.0 FunLandic.All
This Combinable can be used to combine a Reducable of boolean values, returning true if all of them are true.
Otherwise, false is returned.
Note that All is true for an empty Reducable.
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.