Type Method

isFalse()

Creates a Predicate<Bool> that can match any Bool equal to false

Declaration

static func isFalse() -> Predicate<Bool>
Available when Input is Bool.