Class TotalTransform<A,B>

All Implemented Interfaces:
Serializable, Cloneable

public abstract class TotalTransform<A,B> extends Transform<A,B>
See Also:
  • Constructor Details

    • TotalTransform

      protected TotalTransform(Pattern<? super B> body)
      Creates a new pattern.
  • Method Details