Uses of Record Class
dev.omnist.algebra.AnyFallback
Packages that use AnyFallback
Package
Description
The normative Schema Algebra: operations that reason about and transform an
OSD
Schema itself, rather than the documents it
describes — normalize, prune, extract, lint,
compatible_with, equivalent, is_empty, and structural
inference from sample documents (omnist-spec §6).-
Uses of AnyFallback in dev.omnist.algebra
Methods in dev.omnist.algebra that return types with arguments of type AnyFallbackModifier and TypeMethodDescriptionInferResult.fallbacks()Returns the value of thefallbacksrecord component.Constructor parameters in dev.omnist.algebra with type arguments of type AnyFallbackModifierConstructorDescriptionInferResult(Schema schema, List<AnyFallback> fallbacks) Creates an instance of aInferResultrecord class.