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
.
value
Object that will be verified.
file
The file name where the method is called.
line
The line where the method is called.