-
Notifications
You must be signed in to change notification settings - Fork 77
Open
Description
Would it be possible to add feature which would allow to resolve optional dependencies?
Pseudo-implementation (which doesn't work):
def wireOpt[T](enabled: Boolean): Option[T] = {
if (enabled) {
Some(wire[T])
} else {
None
}
}Thanks for awesome library!
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels