Return Value
A new Then<Wrapped based on value.
Then based on value.Framework
func then<WrappedType>(_ value: WrappedType , file: StaticString = #file, line: UInt = #line) -> Then<WrappedType >A new Then<Wrapped based on value.
valueObject that will be verified.
fileThe file name where the method is called.
lineThe line where the method is called.