Module aya.base

Class AyaShape.Factory

java.lang.Object
org.aya.core.repr.AyaShape.Factory
Enclosing interface:
AyaShape

public static class AyaShape.Factory extends Object
  • Field Details

  • Constructor Details

    • Factory

      public Factory()
  • Method Details

    • findImpl

      @NotNull public @NotNull kala.collection.immutable.ImmutableSeq<kala.tuple.Tuple2<GenericDef,ShapeRecognition>> findImpl(@NotNull @NotNull AyaShape shape)
    • find

      @NotNull public @NotNull kala.control.Option<ShapeRecognition> find(@NotNull @NotNull Def def)
    • bonjour

      public void bonjour(@NotNull @NotNull GenericDef def, @NotNull @NotNull ShapeRecognition shape)
    • bonjour

      public void bonjour(@NotNull @NotNull GenericDef def)
      Discovery of shaped literals
    • importAll

      public void importAll(@NotNull @NotNull AyaShape.Factory other)