Package hydra.lib.literals
Class BigintToInt64
- java.lang.Object
-
- hydra.tools.PrimitiveFunction
-
- hydra.lib.literals.BigintToInt64
-
public class BigintToInt64 extends PrimitiveFunction
-
-
Constructor Summary
Constructors Constructor Description BigintToInt64()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static java.lang.Longapply(java.math.BigInteger value)protected java.util.function.Function<java.util.List<Term>,Flow<Graph,Term>>implementation()A dynamic/interpreted implementation of the functionNamename()The unique name of the primitive functionTypeSchemetype()The datatype of the primitive function-
Methods inherited from class hydra.tools.PrimitiveFunction
term, toNative
-
-
-
-
Method Detail
-
name
public Name name()
Description copied from class:PrimitiveFunctionThe unique name of the primitive function- Specified by:
namein classPrimitiveFunction
-
type
public TypeScheme type()
Description copied from class:PrimitiveFunctionThe datatype of the primitive function- Specified by:
typein classPrimitiveFunction
-
implementation
protected java.util.function.Function<java.util.List<Term>,Flow<Graph,Term>> implementation()
Description copied from class:PrimitiveFunctionA dynamic/interpreted implementation of the function- Specified by:
implementationin classPrimitiveFunction
-
apply
public static java.lang.Long apply(java.math.BigInteger value)
-
-