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

Java/java/util/function/LongToIntFunction.fz


# Fuzion interface to instance members of Java instance class 'java.util.function.LongToIntFunction'
#
# !!!!!!  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.util.function.LongToIntFunction(forbidden void) ref : fuzion.java.Java_Object(forbidden) is

  # call Java instance method 'public abstract int java.util.function.LongToIntFunction.applyAsInt(long)':
  #
  public applyAsInt_J(arg0 i64) i32 =>
    fuzion.java.call_virtual (i32) "java.util.function.LongToIntFunction" "applyAsInt" "(J)I" LongToIntFunction.this [(fuzion.java.i64_to_java_object Java.java.util.function.LongToIntFunction.applyAsInt_J.this.arg0)]

  # short-hand to call Java method 'public abstract int java.util.function.LongToIntFunction.applyAsInt(long)':
  #
  public applyAsInt(arg0 i64) (i32) =>
    applyAsInt_J Java.java.util.function.LongToIntFunction.applyAsInt.this.arg0