Fuzion Logo
fuzion-lang.dev — The Fuzion Language Portal
JavaScript seems to be disabled. Functionality is limited.

Java/java/nio/channels/AsynchronousChannelGroup_static.fz


# Fuzion interface to static members of Java class 'java.nio.channels.AsynchronousChannelGroup'
#
# !!!!!!  DO NOT EDIT, GENERATED CODE !!!!!!
#
# This code was generated automatically using the fzjava tool V0.087 called 
# as follows:
#
#   ./build/bin/fzjava java.base -to=build/modules/java.base -verbose=0
#
public Java.java.nio.channels.AsynchronousChannelGroup_static is

  # call Java static method 'public static java.nio.channels.AsynchronousChannelGroup java.nio.channels.AsynchronousChannelGroup.withCachedThreadPool(java.util.concurrent.ExecutorService,int) throws java.io.IOException':
  #
  public withCachedThreadPool_Ljava_7_util_7_concurrent_7_ExecutorService_s_I(arg0 Java.java.util.concurrent.ExecutorService, arg1 i32) outcome (Java.java.nio.channels.AsynchronousChannelGroup) =>
    fuzion.java.call_static (outcome (Java.java.nio.channels.AsynchronousChannelGroup)) "java.nio.channels.AsynchronousChannelGroup" "withCachedThreadPool" "(Ljava/util/concurrent/ExecutorService;I)Ljava/nio/channels/AsynchronousChannelGroup;" [(Java.java.nio.channels.AsynchronousChannelGroup_static.withCachedThreadPool_Ljava_7_util_7_concurrent_7_ExecutorService_s_I.this.arg0); (fuzion.java.i32_to_java_object Java.java.nio.channels.AsynchronousChannelGroup_static.withCachedThreadPool_Ljava_7_util_7_concurrent_7_ExecutorService_s_I.this.arg1)]

  # call Java static method 'public static java.nio.channels.AsynchronousChannelGroup java.nio.channels.AsynchronousChannelGroup.withFixedThreadPool(int,java.util.concurrent.ThreadFactory) throws java.io.IOException':
  #
  public withFixedThreadPool_ILjava_7_util_7_concurrent_7_ThreadFactory_s_(arg0 i32, arg1 Java.java.util.concurrent.ThreadFactory) outcome (Java.java.nio.channels.AsynchronousChannelGroup) =>
    fuzion.java.call_static (outcome (Java.java.nio.channels.AsynchronousChannelGroup)) "java.nio.channels.AsynchronousChannelGroup" "withFixedThreadPool" "(ILjava/util/concurrent/ThreadFactory;)Ljava/nio/channels/AsynchronousChannelGroup;" [(fuzion.java.i32_to_java_object Java.java.nio.channels.AsynchronousChannelGroup_static.withFixedThreadPool_ILjava_7_util_7_concurrent_7_ThreadFactory_s_.this.arg0); (Java.java.nio.channels.AsynchronousChannelGroup_static.withFixedThreadPool_ILjava_7_util_7_concurrent_7_ThreadFactory_s_.this.arg1)]

  # call Java static method 'public static java.nio.channels.AsynchronousChannelGroup java.nio.channels.AsynchronousChannelGroup.withThreadPool(java.util.concurrent.ExecutorService) throws java.io.IOException':
  #
  public withThreadPool_Ljava_7_util_7_concurrent_7_ExecutorService_s_(arg0 Java.java.util.concurrent.ExecutorService) outcome (Java.java.nio.channels.AsynchronousChannelGroup) =>
    fuzion.java.call_static (outcome (Java.java.nio.channels.AsynchronousChannelGroup)) "java.nio.channels.AsynchronousChannelGroup" "withThreadPool" "(Ljava/util/concurrent/ExecutorService;)Ljava/nio/channels/AsynchronousChannelGroup;" [(Java.java.nio.channels.AsynchronousChannelGroup_static.withThreadPool_Ljava_7_util_7_concurrent_7_ExecutorService_s_.this.arg0)]

  # short-hand to call Java method 'public static java.nio.channels.AsynchronousChannelGroup java.nio.channels.AsynchronousChannelGroup.withCachedThreadPool(java.util.concurrent.ExecutorService,int) throws java.io.IOException':
  #
  public withCachedThreadPool(arg0 Java.java.util.concurrent.ExecutorService, arg1 i32) (outcome (Java.java.nio.channels.AsynchronousChannelGroup)) =>
    withCachedThreadPool_Ljava_7_util_7_concurrent_7_ExecutorService_s_I Java.java.nio.channels.AsynchronousChannelGroup_static.withCachedThreadPool.this.arg0 Java.java.nio.channels.AsynchronousChannelGroup_static.withCachedThreadPool.this.arg1

  # short-hand to call Java method 'public static java.nio.channels.AsynchronousChannelGroup java.nio.channels.AsynchronousChannelGroup.withFixedThreadPool(int,java.util.concurrent.ThreadFactory) throws java.io.IOException':
  #
  public withFixedThreadPool(arg0 i32, arg1 Java.java.util.concurrent.ThreadFactory) (outcome (Java.java.nio.channels.AsynchronousChannelGroup)) =>
    withFixedThreadPool_ILjava_7_util_7_concurrent_7_ThreadFactory_s_ Java.java.nio.channels.AsynchronousChannelGroup_static.withFixedThreadPool.this.arg0 Java.java.nio.channels.AsynchronousChannelGroup_static.withFixedThreadPool.this.arg1

  # short-hand to call Java method 'public static java.nio.channels.AsynchronousChannelGroup java.nio.channels.AsynchronousChannelGroup.withThreadPool(java.util.concurrent.ExecutorService) throws java.io.IOException':
  #
  public withThreadPool(arg0 Java.java.util.concurrent.ExecutorService) (outcome (Java.java.nio.channels.AsynchronousChannelGroup)) =>
    withThreadPool_Ljava_7_util_7_concurrent_7_ExecutorService_s_ Java.java.nio.channels.AsynchronousChannelGroup_static.withThreadPool.this.arg0