|
Copyright 2008 - 2009 Tony Morris, Runar Bjarnason, Tom Adams, Brad Clow, Ricky Clarkson, Nick Partridge, Jason Zaugg This software is released under an open source BSD licence. |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectfj.function.Longs
public final class Longs
Curried functions over Longs.
Field Summary | |
---|---|
static F<Long,Long> |
abs
Absolute value. |
static F<Long,F<Long,Long>> |
add
Curried Long addition. |
static F<Long,F<Long,Long>> |
multiply
Curried Long multiplication. |
static F<Long,Long> |
negate
Negation. |
static F<Long,F<Long,Long>> |
remainder
Remainder. |
static F<Long,F<Long,Long>> |
subtract
Curried Long subtraction. |
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final F<Long,F<Long,Long>> add
public static final F<Long,F<Long,Long>> multiply
public static final F<Long,F<Long,Long>> subtract
public static final F<Long,Long> negate
public static final F<Long,Long> abs
public static final F<Long,F<Long,Long>> remainder
|
Copyright 2008 - 2009 Tony Morris, Runar Bjarnason, Tom Adams, Brad Clow, Ricky Clarkson, Nick Partridge, Jason Zaugg This software is released under an open source BSD licence. |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |