Function

then(_:file:line:_:)

Call completion with a Then based on value.

Declaration

func then<WrappedType>(_ value: WrappedType, file: StaticString = #file, line: UInt = #line, _ completion: (Then<WrappedType>) -> Void)

Parameters

value

Object that will be verified.

file

The file name where the method is called.

line

The line where the method is called.

completion

Block that will be called.

Discussion