Type Method

isNil()

Creates a Predicate<Input?> able to match nil.

Declaration

static func isNil<Input>() -> Predicate<Input?>