Uses of Class
eu.bandm.tools.ops.Pattern
Packages that use Pattern
Package
Description
Types for fundamental mathematical structures, plus libraries of respective 
  constants and operators.
- 
Uses of Pattern in eu.bandm.tools.opsSubclasses of Pattern in eu.bandm.tools.opsModifier and TypeClassDescriptionstatic classDeprecated.static classPattern.Binary<A,B, C> Deprecated.static classDeprecated.classDeprecated.static classPattern.Transform<A,B> Deprecated.static classPattern.Unary<A,B> Deprecated.static classDeprecated.Pattern variable.Fields in eu.bandm.tools.ops declared as PatternMethods in eu.bandm.tools.ops that return PatternModifier 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.Methods in eu.bandm.tools.ops with parameters of type PatternModifier 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.Constructors in eu.bandm.tools.ops with parameters of type Pattern