Several

case class Several(indices: Set[Int]) extends IndexPredicate
trait Serializable
trait Product
trait Equals
trait Int => Boolean
class Object
trait Matchable
class Any

Value members

Concrete methods

def apply(idx: Int): Boolean

Inherited methods

@unspecialized
def andThen[A](g: Boolean => A): Int => A
Inherited from:
Function1
@unspecialized
def compose[A](g: A => Int): A => Boolean
Inherited from:
Function1
def productElementNames: Iterator[String]
Inherited from:
Product
def productIterator: Iterator[Any]
Inherited from:
Product
override def toString(): String
Definition Classes
Function1 -> Any
Inherited from:
Function1