WithFilter

com.thoughtworks.binding.Binding$.BindingSeq$.WithFilter
abstract class WithFilter[+A] extends WithFilter2Or3[A]

A helper to build complicated comprehension expressions for BindingSeq

Attributes

Source
Binding.scala
Graph
Supertypes
trait WithFilter2Or3[A]
trait BindingSeqOrWithFilter[A]
class Object
trait Matchable
class Any

Members list

Value members

Abstract methods

def flatMapBinding[B](f: A => Binding[BindingSeq[B]]): BindingSeq[B]

Underlying implementation of flatMap.

Underlying implementation of flatMap.

Attributes

Note

Don't use this method in user code.

Source
Binding.scala
def mapBinding[B](f: A => Binding[B]): BindingSeq[B]

Underlying implementation of map.

Underlying implementation of map.

Attributes

Note

Don't use this method in user code.

Source
Binding.scala
def withFilterBinding(nextCondition: A => Binding[Boolean]): WithFilter[A]

Underlying implementation of [[withFilter.

Underlying implementation of [[withFilter.

Attributes

Note

Don't use this method in user code.

Source
Binding.scala