boolValidation

inline fun boolValidation(f: () -> Boolean): Validation<PrimitiveBool>

Like validation, but no allocation of a new Success object.