Pastebin
API
tools
faq
paste
Login
Sign up
SHARE
TWEET
Bindable Class for Swift i.e. RxSwift
rehannali
Apr 18th, 2019
477
0
Never
Add comment
Not a member of Pastebin yet?
Sign Up
, it unlocks many cool features!
Swift
0.24 KB
| None
|
0
0
raw
download
clone
embed
print
report
class
Bindable
<
T
>
{
var
value
:
T?
{
didSet
{
observer?
(
value
)
}
}
var
observer
:
(
(
T?
)
->
(
)
)
?
func
bind
(
observer
:
@escaping
(
T?
)
->
(
)
)
{
self
.
observer
= observer
}
}
Advertisement
Add Comment
Please,
Sign In
to add comment
Public Pastes
Bitcoins
2 hours ago | 0.13 KB
December smells like money
2 hours ago | 0.07 KB
Insane Crypto Gains
3 hours ago | 0.08 KB
Untitled
6 hours ago | 12.04 KB
Insane Crypto Profits
7 hours ago | 0.10 KB
Untitled
Python | 9 hours ago | 0.13 KB
Decentralized Moneys
9 hours ago | 0.42 KB
120 million in 5 years
11 hours ago | 0.12 KB
We use cookies for various purposes including analytics. By continuing to use Pastebin, you agree to our use of cookies as described in the
Cookies Policy
.
OK, I Understand
Not a member of Pastebin yet?
Sign Up
, it unlocks many cool features!