Sam Jaffe
|
55da362106
chore: XCode updates
|
2 years ago |
Sam Jaffe
|
ea32928dd7
Fix version test
|
6 years ago |
Sam Jaffe
|
a70821b85a
Rename matchers to be more google-test like.
|
6 years ago |
Sam Jaffe
|
049734c7a5
Convert to using GoogleTest
|
6 years ago |
Sam Jaffe
|
aff3b133b6
Update to XCode 10
|
6 years ago |
Sam Jaffe
|
6caf7b1226
Update XCode settings.
|
6 years ago |
Samuel Jaffe
|
e0b895f240
Fixing namespace for nullopt.
|
8 years ago |
Samuel Jaffe
|
51e734d7bd
Optional Stream - represents a series of computation steps where one or more steps may not return a value on a failure case. It provides two transformations 'map :: T -> R', and 'flatmap :: T -> optional<R>'. If the value in the stream is not present, the function provided to map/flatmap will not be invoked. In this manner, the end result of a chain will be either the computed value, or <absent> if any flatmap returns failure.
|
8 years ago |