IdentifierFilter

com.digitalasset.transcode.schema.IdentifierFilter
See theIdentifierFilter companion object
trait IdentifierFilter extends Identifier => Boolean

Attributes

Companion
object
Graph
Supertypes
trait Identifier => Boolean
class Object
trait Matchable
class Any
Self type

Members list

Value members

Inherited methods

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

Attributes

Inherited from:
Function1
def compose[A](g: A => Identifier): A => Boolean

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

Inherited and Abstract methods

def apply(v1: Identifier): Boolean

Attributes

Inherited from:
Function1