IndexPredicate

fs2.data.json.IndexPredicate
See theIndexPredicate companion object
sealed trait IndexPredicate extends Int => Boolean

Attributes

Companion
object
Source
selectors.scala
Graph
Supertypes
trait Int => Boolean
class Object
trait Matchable
class Any
Known subtypes
object All.type
object None.type
class Range
class Several
class Single

Members list

Value members

Inherited methods

def andThen[A](g: Boolean => A): T1 => A

Attributes

Inherited from:
Function1
def apply(v1: Int): R

Attributes

Inherited from:
Function1
def compose[A](g: A => Int): A => R

Attributes

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.

Attributes

Returns

a string representation of the object.

Definition Classes
Function1 -> Any
Inherited from:
Function1