Type Method

isTrue()

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

Declaration

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