Skip to content

Commit

Permalink
Hide bindingSeqBindableSeq, which results ambiguous implicit values
Browse files Browse the repository at this point in the history
Atry authored Nov 6, 2021

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
1 parent f340259 commit defbb2b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -150,7 +150,7 @@ package bindable {

private[bindable] trait LowPriorityBindableSeq0 extends LowPriorityBindableSeq1 {

implicit def bindingSeqBindableSeq[Value0]: BindableSeq.Aux[BindingSeq[Value0], Value0] =
private[bindable] def bindingSeqBindableSeq[Value0]: BindableSeq.Aux[BindingSeq[Value0], Value0] =
new BindableSeq[BindingSeq[Value0]] {
type Value = Value0
def toBindingSeq(from: BindingSeq[Value0]): BindingSeq[Value] = from

0 comments on commit defbb2b

Please sign in to comment.