Uses of Class
eu.bandm.tools.ops.Pattern
Package
Description
Types for fundamental mathematical structures, plus libraries of respective
constants and operators.
-
Uses of Pattern in eu.bandm.tools.ops
Modifier and TypeClassDescriptionstatic class
Deprecated.static class
Pattern.Binary<A,
B, C> Deprecated.static class
Deprecated.class
Deprecated.static class
Pattern.Transform<A,
B> Deprecated.static class
Pattern.Unary<A,
B> Deprecated.static class
Deprecated.Pattern variable.Modifier and TypeMethodDescriptionDeprecated.Pattern.forInstancesOf
(Class<? extends A> cls) Deprecated.Pattern.limit
(int n) Deprecated.Pattern.somewhere()
Deprecated.Return a pattern that attempts to match this pattern successively to all elements of anIterable
.<B> Pattern<B>
Deprecated.Pattern.uniquely()
Deprecated.Returns a pattern that matches if and only if this pattern has a unique match.Modifier and TypeMethodDescriptionDeprecated.static final <A> Pattern.Contravariant<A>
Deprecated.Combine two patterns conjunctively.static final <A> Pattern.Contravariant<A>
Deprecated.Combine two patterns disjunctively.Deprecated.Deprecated.