IndexPredicate

sealed trait IndexPredicate extends Int => Boolean
Companion
object
trait Int => Boolean
class Object
trait Matchable
class Any
object All
object None
class Single
class Several
class Range

Value members

Inherited methods

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