Class JAPI


  • @Deprecated
    public class JAPI
    extends java.lang.Object
    Deprecated.
    • Constructor Summary

      Constructors 
      Constructor Description
      JAPI()
      Deprecated.
       
    • Method Summary

      All Methods Static Methods Concrete Methods Deprecated Methods 
      Modifier and Type Method Description
      static <T> scala.collection.Seq<T> seq​(T... ts)
      Deprecated.
      since 1.1.0.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • JAPI

        public JAPI()
        Deprecated.
    • Method Detail

      • seq

        @Deprecated
        @SafeVarargs
        public static <T> scala.collection.Seq<T> seq​(T... ts)
        Deprecated.
        since 1.1.0. Use org.apache.pekko.japi.Util.immutableSeq(java.util.Arrays.asList(...)); instead.
        Create a Scala seq from a Java array.