Package akka.japi

Class JAPI


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

      Constructors 
      Constructor Description
      JAPI()  
    • Method Summary

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

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

      • JAPI

        public JAPI()
    • Method Detail

      • seq

        @SafeVarargs
        public static <T> scala.collection.Seq<T> seq​(T... ts)