IndexPredicate

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

Value members

Inherited methods

def andThen[A](g: Boolean => A): T1 => A
Inherited from:
Function1
def apply(v1: Int): R
Inherited from:
Function1
def compose[A](g: A => Int): A => R
Inherited from:
Function1
override def toString(): String

Returns a string representation of the object.

Returns a string representation of the object.

The default representation is platform dependent.

Returns:

a string representation of the object.

Definition Classes
Function1 -> Any
Inherited from:
Function1