Package org.jruby

Interface Ruby.ExitFunction

All Superinterfaces:
ToIntFunction<ThreadContext>
Enclosing class:
Ruby

public static interface Ruby.ExitFunction extends ToIntFunction<ThreadContext>
  • Method Summary

    Modifier and Type
    Method
    Description
    default boolean
     

    Methods inherited from interface java.util.function.ToIntFunction

    applyAsInt
  • Method Details

    • matches

      default boolean matches(Object o)