Klasse FunctionService
java.lang.Object
ch.nolix.core.misc.function.FunctionService
Of the
FunctionService an instance cannot be created.- Autor:
- Silvan Wyss
-
Methodenübersicht
Modifikator und TypMethodeBeschreibungstatic booleanstatic voidDoes nothing.static booleangetFalse()static intgetHashCode(Object object) static ObjectgetNull()static doublegetOne()static <O> OgetSelf(O object) static StringgetStringRepresentationOf(Object object) static booleangetTrue()static Class<?> static doublegetZero()static voidtakeObjectAndDoNothing(Object object) Does nothing.static void
-
Methodendetails
-
areEqual
-
doNothing
public static void doNothing()Does nothing. -
getFalse
public static boolean getFalse()- Gibt zurück:
- false.
-
getHashCode
- Parameter:
object-- Gibt zurück:
- the hash code of the given object.
-
getNull
- Gibt zurück:
- null.
-
getOne
public static double getOne()- Gibt zurück:
- 1.0.
-
getSelf
public static <O> O getSelf(O object) - Typparameter:
O- is the type of the given object.- Parameter:
object-- Gibt zurück:
- the given object.
-
getStringRepresentationOf
-
getTrue
public static boolean getTrue()- Gibt zurück:
- true.
-
getTypeOf
-
getZero
public static double getZero()- Gibt zurück:
- 0.0.
-
takeObjectAndDoNothing
-
throwException
public static void throwException()- Löst aus:
GeneralException
-