com.devivo.gen_java
Class Erlang
java.lang.Object
com.devivo.gen_java.Erlang
public class Erlang
- extends Object
This class exists as an example of how to write your own erlang functions
We're modeling the erlang bif `erlang:abs/1`
We can add more to this class over time.
|
Method Summary |
static com.ericsson.otp.erlang.OtpErlangDouble |
abs(com.ericsson.otp.erlang.OtpErlangDouble d)
|
static com.ericsson.otp.erlang.OtpErlangLong |
abs(com.ericsson.otp.erlang.OtpErlangLong l)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Erlang
public Erlang()
abs
public static com.ericsson.otp.erlang.OtpErlangDouble abs(com.ericsson.otp.erlang.OtpErlangDouble d)
throws Exception
- Throws:
Exception
abs
public static com.ericsson.otp.erlang.OtpErlangLong abs(com.ericsson.otp.erlang.OtpErlangLong l)
throws Exception
- Throws:
Exception
Copyright © 2014. All rights reserved.