Interface Restrictor
- All Superinterfaces:
AutoCloseable
,Predicate<Tuple>
,Realized
- All Known Implementing Classes:
DefaultRestrictor
A Restriction
that has been built and verified to work with a given type.
-
Method Summary
Modifier and TypeMethodDescriptionThe exactStruct
that Tuple's passed toPredicate.test(java.lang.Object)
should be of.
-
Method Details
-
getSourceType
Struct getSourceType()The exact
Struct
that Tuple's passed toPredicate.test(java.lang.Object)
should be of.
-