import { unless } from "https://dotland.deno.dev/x/rambda@v9.2.0/immutable.d.ts";
The method returns function that will be called with argument input
.
If predicate(input)
returns false
, then the end result will be the outcome of whenFalse(input)
.
In the other case, the final output will be the input
itself.