Uses of Annotation Type
org.eclipse.xtext.xbase.lib.Pure
Packages that use Pure
-
Uses of Pure in org.eclipse.xtext.xbase.lib
Methods in org.eclipse.xtext.xbase.lib with annotations of type PureModifier and TypeMethodDescriptionstatic intIntegerExtensions.bitwiseAnd(int a, int b) The bitwiseandoperation.static longLongExtensions.bitwiseAnd(long a, long b) The bitwiseandoperation.static intIntegerExtensions.bitwiseNot(int a) The bitwise complement operation.static longLongExtensions.bitwiseNot(long a) The bitwise complement operation.static intIntegerExtensions.bitwiseOr(int a, int b) The bitwise inclusiveoroperation.static longLongExtensions.bitwiseOr(long a, long b) The bitwise inclusiveoroperation.static intIntegerExtensions.bitwiseXor(int a, int b) The bitwise exclusiveoroperation.static longLongExtensions.bitwiseXor(long a, long b) The bitwise exclusiveoroperation.static boolean[]ArrayExtensions.clone(boolean[] array) Clones the array.static byte[]ArrayExtensions.clone(byte[] array) Clones the array.static char[]ArrayExtensions.clone(char[] array) Clones the array.static double[]ArrayExtensions.clone(double[] array) Clones the array.static float[]ArrayExtensions.clone(float[] array) Clones the array.static int[]ArrayExtensions.clone(int[] array) Clones the array.static long[]ArrayExtensions.clone(long[] array) Clones the array.static short[]ArrayExtensions.clone(short[] array) Clones the array.static <T> T[]ArrayExtensions.clone(T[] array) Clones the array.static booleanArrayExtensions.contains(boolean[] array, boolean value) Returns whether the array contains the given value.static booleanArrayExtensions.contains(byte[] array, byte value) Returns whether the array contains the given value.static booleanArrayExtensions.contains(char[] array, char value) Returns whether the array contains the given value.static booleanArrayExtensions.contains(double[] array, double value) Returns whether the array contains the given value.static booleanArrayExtensions.contains(float[] array, float value) Returns whether the array contains the given value.static booleanArrayExtensions.contains(int[] array, int value) Returns whether the array contains the given value.static booleanArrayExtensions.contains(long[] array, long value) Returns whether the array contains the given value.static booleanArrayExtensions.contains(short[] array, short value) Returns whether the array contains the given value.static booleanReturns whether the array contains the given element.booleanExclusiveRange.contains(int number) Checks whether this contains the given number, i.e.booleanIntegerRange.contains(int number) Checks whether this contains the given number, i.e.Conversions.WrappedBooleanArray.create(boolean[] array) Creates a newConversions.WrappedBooleanArraythat is backed by the given primitivearray.static Conversions.WrappedByteArrayConversions.WrappedByteArray.create(byte[] array) Creates a newConversions.WrappedByteArraythat is backed by the given primitivearray.Conversions.WrappedCharacterArray.create(char[] array) Creates a newConversions.WrappedCharacterArraythat is backed by the given primitivearray.Conversions.WrappedDoubleArray.create(double[] array) Creates a newConversions.WrappedDoubleArraythat is backed by the given primitivearray.Conversions.WrappedFloatArray.create(float[] array) Creates a newConversions.WrappedFloatArraythat is backed by the given primitivearray.Conversions.WrappedIntegerArray.create(int[] array) Creates a newConversions.WrappedIntegerArraythat is backed by the given primitivearray.static Conversions.WrappedLongArrayConversions.WrappedLongArray.create(long[] array) Creates a newConversions.WrappedLongArraythat is backed by the given primitivearray.Conversions.WrappedShortArray.create(short[] array) Creates a newConversions.WrappedShortArraythat is backed by the given primitivearray.static <P1,RESULT>
Functions.Function0<RESULT>FunctionExtensions.curry(Functions.Function1<? super P1, ? extends RESULT> function, P1 argument) Curries a function that takes one argument.static <P1,P2, RESULT>
Functions.Function1<P2,RESULT> FunctionExtensions.curry(Functions.Function2<? super P1, ? super P2, ? extends RESULT> function, P1 argument) Curries a function that takes two arguments.static <P1,P2, P3, RESULT>
Functions.Function2<P2,P3, RESULT> FunctionExtensions.curry(Functions.Function3<? super P1, ? super P2, ? super P3, ? extends RESULT> function, P1 argument) Curries a function that takes three arguments.static <P1,P2, P3, P4, RESULT>
Functions.Function3<P2,P3, P4, RESULT> FunctionExtensions.curry(Functions.Function4<? super P1, ? super P2, ? super P3, ? super P4, ? extends RESULT> function, P1 argument) Curries a function that takes four arguments.static <P1,P2, P3, P4, P5, RESULT>
Functions.Function4<P2,P3, P4, P5, RESULT> FunctionExtensions.curry(Functions.Function5<? super P1, ? super P2, ? super P3, ? super P4, ? super P5, ? extends RESULT> function, P1 argument) Curries a function that takes five arguments.static <P1,P2, P3, P4, P5, P6, RESULT>
Functions.Function5<P2,P3, P4, P5, P6, RESULT> FunctionExtensions.curry(Functions.Function6<? super P1, ? super P2, ? super P3, ? super P4, ? super P5, ? super P6, ? extends RESULT> function, P1 argument) Curries a function that takes six arguments.static <P1> Procedures.Procedure0ProcedureExtensions.curry(Procedures.Procedure1<? super P1> procedure, P1 argument) Curries a procedure that takes one argument.static <P1,P2> Procedures.Procedure1<P2> ProcedureExtensions.curry(Procedures.Procedure2<? super P1, ? super P2> procedure, P1 argument) Curries a procedure that takes two arguments.static <P1,P2, P3> Procedures.Procedure2<P2, P3> ProcedureExtensions.curry(Procedures.Procedure3<? super P1, ? super P2, ? super P3> procedure, P1 argument) Curries a procedure that takes three arguments.static <P1,P2, P3, P4>
Procedures.Procedure3<P2,P3, P4> ProcedureExtensions.curry(Procedures.Procedure4<? super P1, ? super P2, ? super P3, ? super P4> procedure, P1 argument) Curries a procedure that takes four arguments.static <P1,P2, P3, P4, P5>
Procedures.Procedure4<P2,P3, P4, P5> ProcedureExtensions.curry(Procedures.Procedure5<? super P1, ? super P2, ? super P3, ? super P4, ? super P5> procedure, P1 argument) Curries a procedure that takes five arguments.static <P1,P2, P3, P4, P5, P6>
Procedures.Procedure5<P2,P3, P4, P5, P6> ProcedureExtensions.curry(Procedures.Procedure6<? super P1, ? super P2, ? super P3, ? super P4, ? super P5, ? super P6> procedure, P1 argument) Curries a procedure that takes six arguments.static ObjectConversions.doWrapArray(Object object) Wrapsobjectin a list if and only ifobjectis an array.static <T> Iterable<T>Returns a view on this iterable that provides all elements except the firstcountentries.static <T> List<T>CollectionLiterals.emptyList()Returns the empty, immutable list.static <K,V> Map<K, V> CollectionLiterals.emptyMap()Returns the empty, immutable map.static <T> Set<T>CollectionLiterals.emptySet()Returns the empty, immutable set.static booleanReturns whether the array and the given other object are identical.static booleanReturns whether the array and the given other object are identical.static booleanReturns whether the array and the given other object are identical.static booleanReturns whether the array and the given other object are identical.static booleanReturns whether the array and the given other object are identical.static booleanReturns whether the array and the given other object are identical.static booleanReturns whether the array and the given other object are identical.static booleanReturns whether the array and the given other object are identical.static booleanReturns whether the array and the given other object are identical.static <T> Iterable<T>Returns all instances of classtypeinunfiltered.static <T> Iterable<T>IterableExtensions.filter(Iterable<T> unfiltered, Functions.Function1<? super T, Boolean> predicate) Returns the elements ofunfilteredthat satisfy a predicate.static <T> Iterator<T>Returns all instances of classtypeinunfiltered.static <T> Iterator<T>IteratorExtensions.filter(Iterator<T> unfiltered, Functions.Function1<? super T, Boolean> predicate) Returns the elements ofunfilteredthat satisfy a predicate.static <T> Iterable<T>IterableExtensions.filterNull(Iterable<T> unfiltered) Returns a new iterable filtering any null references.static <T> Iterator<T>IteratorExtensions.filterNull(Iterator<T> unfiltered) Returns a new iterator filtering any null references.static <T,R> Iterable<R> IterableExtensions.flatMap(Iterable<T> original, Functions.Function1<? super T, ? extends Iterable<R>> transformation) Returns an iterable that performs the giventransformationfor each element oforiginalwhen requested.static <T,R> Iterator<R> IteratorExtensions.flatMap(Iterator<T> original, Functions.Function1<? super T, ? extends Iterator<R>> transformation) Returns an iterable that performs the giventransformationfor each element oforiginalwhen requested.static booleanArrayExtensions.get(boolean[][] array, int index0, int index1) static booleanArrayExtensions.get(boolean[] array, int index) static byteArrayExtensions.get(byte[][] array, int index0, int index1) static byteArrayExtensions.get(byte[] array, int index) static charArrayExtensions.get(char[][] array, int index0, int index1) static charArrayExtensions.get(char[] array, int index) static doubleArrayExtensions.get(double[][] array, int index0, int index1) static doubleArrayExtensions.get(double[] array, int index) static floatArrayExtensions.get(float[][] array, int index0, int index1) static floatArrayExtensions.get(float[] array, int index) static intArrayExtensions.get(int[][] array, int index0, int index1) static intArrayExtensions.get(int[] array, int index) static longArrayExtensions.get(long[][] array, int index0, int index1) static longArrayExtensions.get(long[] array, int index) static shortArrayExtensions.get(short[][] array, int index0, int index1) static shortArrayExtensions.get(short[] array, int index) static <T> TArrayExtensions.get(T[][] array, int index0, int index1) static <T> TArrayExtensions.get(T[] array, int index) intIntegerRange.getEnd()Pair.getKey()Returns the key.intIntegerRange.getSize()Returns the number of elements in this IntegerRange.intIntegerRange.getStart()intIntegerRange.getStep()Pair.getValue()Returns the value.static intArrayExtensions.hashCode(boolean[] array) Returns a hash code value for the given array.static intArrayExtensions.hashCode(byte[] array) Returns a hash code value for the given array.static intArrayExtensions.hashCode(char[] array) Returns a hash code value for the given array.static intArrayExtensions.hashCode(double[] array) Returns a hash code value for the given array.static intArrayExtensions.hashCode(float[] array) Returns a hash code value for the given array.static intArrayExtensions.hashCode(int[] array) Returns a hash code value for the given array.static intArrayExtensions.hashCode(long[] array) Returns a hash code value for the given array.static intArrayExtensions.hashCode(short[] array) Returns a hash code value for the given array.static intReturns a hash code value for the given array.static booleanObjectExtensions.identityEquals(Object a, Object b) Returnstrueifaandbare identical (the same instance) or bothnull.booleanExclusiveRange.isEmpty()Returns whether this is range is empty.static booleanStringExtensions.isNullOrEmpty(String s) ExclusiveRange.iterator()IntegerRange.iterator()static intArrayExtensions.length(boolean[] array) static intArrayExtensions.length(byte[] array) static intArrayExtensions.length(char[] array) static intArrayExtensions.length(double[] array) static intArrayExtensions.length(float[] array) static intArrayExtensions.length(int[] array) static intArrayExtensions.length(long[] array) static intArrayExtensions.length(short[] array) static intstatic <T,R> Iterable<R> IterableExtensions.map(Iterable<T> original, Functions.Function1<? super T, ? extends R> transformation) Returns an iterable that performs the giventransformationfor each element oforiginalwhen requested.static <T,R> Iterator<R> IteratorExtensions.map(Iterator<T> original, Functions.Function1<? super T, ? extends R> transformation) Returns an iterator that performs the giventransformationfor each element oforiginalwhen requested.static <T,R> List<R> ListExtensions.map(List<T> original, Functions.Function1<? super T, ? extends R> transformation) Returns a list that performs the giventransformationfor each element oforiginalwhen requested.static <K,V1, V2> Map<K, V2> MapExtensions.mapValues(Map<K, V1> original, Functions.Function1<? super V1, ? extends V2> transformation) Returns a map that performs the giventransformationfor each value oforiginalwhen requested.static <T> ArrayList<T>CollectionLiterals.newArrayList()Creates an empty mutableArrayListinstance.static <T> ArrayList<T>CollectionLiterals.newArrayList(T... initial) Creates a mutableArrayListinstance containing the given initial elements.static <T> T[]ArrayLiterals.newArrayOfSize(int size) static <T> T[][]ArrayLiterals.newArrayOfSize(int size0, int size1) static boolean[]ArrayLiterals.newBooleanArrayOfSize(int size) static boolean[][]ArrayLiterals.newBooleanArrayOfSize(int size0, int size1) static byte[]ArrayLiterals.newByteArrayOfSize(int size) static byte[][]ArrayLiterals.newByteArrayOfSize(int size0, int size1) static char[]ArrayLiterals.newCharArrayOfSize(int size) static char[][]ArrayLiterals.newCharArrayOfSize(int size0, int size1) static double[]ArrayLiterals.newDoubleArrayOfSize(int size) static double[][]ArrayLiterals.newDoubleArrayOfSize(int size0, int size1) static float[]ArrayLiterals.newFloatArrayOfSize(int size) static float[][]ArrayLiterals.newFloatArrayOfSize(int size0, int size1) static <K,V> HashMap<K, V> CollectionLiterals.newHashMap()Creates an empty mutableHashMapinstance.static <K,V> HashMap<K, V> CollectionLiterals.newHashMap(Pair<? extends K, ? extends V>... initial) Creates a mutableHashMapinstance containing the given initial entries.static <T> HashSet<T>CollectionLiterals.newHashSet()Creates an empty mutableHashSetinstance.static <T> HashSet<T>CollectionLiterals.newHashSet(T... initial) Creates a mutableHashSetinstance containing the given initial elements.static <T> List<T>CollectionLiterals.newImmutableList(T... elements) Returns an immutable list containing the given elements, in order.static <K,V> Map<K, V> CollectionLiterals.newImmutableMap(Pair<? extends K, ? extends V>... entries) Returns an immutable map containing the given entries.static <T> Set<T>CollectionLiterals.newImmutableSet(T... elements) Returns an immutable set containing the given elements.static int[]ArrayLiterals.newIntArrayOfSize(int size) static int[][]ArrayLiterals.newIntArrayOfSize(int size0, int size1) static <K,V> LinkedHashMap<K, V> CollectionLiterals.newLinkedHashMap()Creates an empty mutableLinkedHashMapinstance.static <K,V> LinkedHashMap<K, V> CollectionLiterals.newLinkedHashMap(Pair<? extends K, ? extends V>... initial) Creates a mutableLinkedHashMapinstance containing the given initial entries.static <T> LinkedHashSet<T>CollectionLiterals.newLinkedHashSet()Creates an empty mutableLinkedHashSetinstance.static <T> LinkedHashSet<T>CollectionLiterals.newLinkedHashSet(T... initial) Creates a mutableLinkedHashSetinstance containing the given initial elements.static <T> LinkedList<T>CollectionLiterals.newLinkedList()Creates an empty mutableLinkedListinstance.static <T> LinkedList<T>CollectionLiterals.newLinkedList(T... initial) Creates a mutableLinkedListinstance containing the given initial elements.static long[]ArrayLiterals.newLongArrayOfSize(int size) static long[][]ArrayLiterals.newLongArrayOfSize(int size0, int size1) static short[]ArrayLiterals.newShortArrayOfSize(int size) static short[][]ArrayLiterals.newShortArrayOfSize(int size0, int size1) static <K,V> TreeMap<K, V> CollectionLiterals.newTreeMap(Comparator<? super K> comparator) Creates an empty mutableTreeMapinstance.static <K,V> TreeMap<K, V> CollectionLiterals.newTreeMap(Comparator<? super K> comparator, Pair<? extends K, ? extends V>... initial) Creates a mutableTreeMapinstance containing the given initial entries.static <T> TreeSet<T>CollectionLiterals.newTreeSet(Comparator<? super T> comparator) Creates an empty mutableTreeSetinstance.static <T> TreeSet<T>CollectionLiterals.newTreeSet(Comparator<? super T> comparator, T... initial) Creates a mutableTreeSetinstance containing the given initial elements.static <K,V> Pair<K, V> Pair.of(K k, V v) Creates a new instance with the given key and value.static booleanBooleanExtensions.operator_and(boolean a, boolean b) The logicaland(conjunction).static BigDecimalBigDecimalExtensions.operator_divide(BigDecimal a, BigDecimal b) The binarydivideoperator.static BigIntegerBigIntegerExtensions.operator_divide(BigInteger a, BigInteger b) The binarydivideoperator.static intByteExtensions.operator_divide(byte a, byte b) The binarydivideoperator.static intByteExtensions.operator_divide(byte a, char b) The binarydivideoperator.static doubleByteExtensions.operator_divide(byte a, double b) The binarydivideoperator.static floatByteExtensions.operator_divide(byte a, float b) The binarydivideoperator.static intByteExtensions.operator_divide(byte a, int b) The binarydivideoperator.static longByteExtensions.operator_divide(byte a, long b) The binarydivideoperator.static intByteExtensions.operator_divide(byte a, short b) The binarydivideoperator.static intCharacterExtensions.operator_divide(char a, byte b) The binarydivideoperator.static intCharacterExtensions.operator_divide(char a, char b) The binarydivideoperator.static doubleCharacterExtensions.operator_divide(char a, double b) The binarydivideoperator.static floatCharacterExtensions.operator_divide(char a, float b) The binarydivideoperator.static intCharacterExtensions.operator_divide(char a, int b) The binarydivideoperator.static longCharacterExtensions.operator_divide(char a, long b) The binarydivideoperator.static intCharacterExtensions.operator_divide(char a, short b) The binarydivideoperator.static doubleDoubleExtensions.operator_divide(double a, byte b) The binarydivideoperator.static doubleDoubleExtensions.operator_divide(double a, char b) The binarydivideoperator.static doubleDoubleExtensions.operator_divide(double a, double b) The binarydivideoperator.static doubleDoubleExtensions.operator_divide(double a, float b) The binarydivideoperator.static doubleDoubleExtensions.operator_divide(double a, int b) The binarydivideoperator.static doubleDoubleExtensions.operator_divide(double a, long b) The binarydivideoperator.static doubleDoubleExtensions.operator_divide(double a, short b) The binarydivideoperator.static doubleDoubleExtensions.operator_divide(Double a, Number b) The binarydivideoperator.static floatFloatExtensions.operator_divide(float a, byte b) The binarydivideoperator.static floatFloatExtensions.operator_divide(float a, char b) The binarydivideoperator.static doubleFloatExtensions.operator_divide(float a, double b) The binarydivideoperator.static floatFloatExtensions.operator_divide(float a, float b) The binarydivideoperator.static floatFloatExtensions.operator_divide(float a, int b) The binarydivideoperator.static floatFloatExtensions.operator_divide(float a, long b) The binarydivideoperator.static floatFloatExtensions.operator_divide(float a, short b) The binarydivideoperator.static intIntegerExtensions.operator_divide(int a, byte b) The binarydivideoperator.static intIntegerExtensions.operator_divide(int a, char b) The binarydivideoperator.static doubleIntegerExtensions.operator_divide(int a, double b) The binarydivideoperator.static floatIntegerExtensions.operator_divide(int a, float b) The binarydivideoperator.static intIntegerExtensions.operator_divide(int a, int b) The binarydivideoperator.static longIntegerExtensions.operator_divide(int a, long b) The binarydivideoperator.static intIntegerExtensions.operator_divide(int a, short b) The binarydivideoperator.static longLongExtensions.operator_divide(long a, byte b) The binarydivideoperator.static longLongExtensions.operator_divide(long a, char b) The binarydivideoperator.static doubleLongExtensions.operator_divide(long a, double b) The binarydivideoperator.static floatLongExtensions.operator_divide(long a, float b) The binarydivideoperator.static longLongExtensions.operator_divide(long a, int b) The binarydivideoperator.static longLongExtensions.operator_divide(long a, long b) The binarydivideoperator.static longLongExtensions.operator_divide(long a, short b) The binarydivideoperator.static intShortExtensions.operator_divide(short a, byte b) The binarydivideoperator.static intShortExtensions.operator_divide(short a, char b) The binarydivideoperator.static doubleShortExtensions.operator_divide(short a, double b) The binarydivideoperator.static floatShortExtensions.operator_divide(short a, float b) The binarydivideoperator.static intShortExtensions.operator_divide(short a, int b) The binarydivideoperator.static longShortExtensions.operator_divide(short a, long b) The binarydivideoperator.static intShortExtensions.operator_divide(short a, short b) The binarydivideoperator.static ExclusiveRangeIntegerExtensions.operator_doubleDotLessThan(int a, int b) The..<operator yields anExclusiveRangethat increments from a to b (exclusive).static intIntegerExtensions.operator_doubleGreaterThan(int a, int distance) The binarysigned right siftoperator.static longLongExtensions.operator_doubleGreaterThan(long a, int distance) The binarysigned right siftoperator.static intIntegerExtensions.operator_doubleLessThan(int a, int distance) The binarysigned left shiftoperator.static longLongExtensions.operator_doubleLessThan(long a, int distance) The binarysigned left shiftoperator.static <T> TObjectExtensions.operator_elvis(T first, T second) The elvis operator?:is a short hand notation for providing default value in case an expression evaluates tonull.static booleanBooleanExtensions.operator_equals(boolean a, boolean b) The binaryequalsoperator.static booleanByteExtensions.operator_equals(byte a, byte b) The binaryequalsoperator.static booleanByteExtensions.operator_equals(byte a, char b) The binaryequalsoperator.static booleanByteExtensions.operator_equals(byte a, double b) The binaryequalsoperator.static booleanByteExtensions.operator_equals(byte a, float b) The binaryequalsoperator.static booleanByteExtensions.operator_equals(byte a, int b) The binaryequalsoperator.static booleanByteExtensions.operator_equals(byte a, long b) The binaryequalsoperator.static booleanByteExtensions.operator_equals(byte a, short b) The binaryequalsoperator.static booleanCharacterExtensions.operator_equals(char a, byte b) The binaryequalsoperator.static booleanCharacterExtensions.operator_equals(char a, char b) The binaryequalsoperator.static booleanCharacterExtensions.operator_equals(char a, double b) The binaryequalsoperator.static booleanCharacterExtensions.operator_equals(char a, float b) The binaryequalsoperator.static booleanCharacterExtensions.operator_equals(char a, int b) The binaryequalsoperator.static booleanCharacterExtensions.operator_equals(char a, long b) The binaryequalsoperator.static booleanCharacterExtensions.operator_equals(char a, short b) The binaryequalsoperator.static booleanDoubleExtensions.operator_equals(double a, byte b) The binaryequalsoperator.static booleanDoubleExtensions.operator_equals(double a, char b) The binaryequalsoperator.static booleanDoubleExtensions.operator_equals(double a, double b) The binaryequalsoperator.static booleanDoubleExtensions.operator_equals(double a, float b) The binaryequalsoperator.static booleanDoubleExtensions.operator_equals(double a, int b) The binaryequalsoperator.static booleanDoubleExtensions.operator_equals(double a, long b) The binaryequalsoperator.static booleanDoubleExtensions.operator_equals(double a, short b) The binaryequalsoperator.static booleanFloatExtensions.operator_equals(float a, byte b) The binaryequalsoperator.static booleanFloatExtensions.operator_equals(float a, char b) The binaryequalsoperator.static booleanFloatExtensions.operator_equals(float a, double b) The binaryequalsoperator.static booleanFloatExtensions.operator_equals(float a, float b) The binaryequalsoperator.static booleanFloatExtensions.operator_equals(float a, int b) The binaryequalsoperator.static booleanFloatExtensions.operator_equals(float a, long b) The binaryequalsoperator.static booleanFloatExtensions.operator_equals(float a, short b) The binaryequalsoperator.static booleanIntegerExtensions.operator_equals(int a, byte b) The binaryequalsoperator.static booleanIntegerExtensions.operator_equals(int a, char b) The binaryequalsoperator.static booleanIntegerExtensions.operator_equals(int a, double b) The binaryequalsoperator.static booleanIntegerExtensions.operator_equals(int a, float b) The binaryequalsoperator.static booleanIntegerExtensions.operator_equals(int a, int b) The binaryequalsoperator.static booleanIntegerExtensions.operator_equals(int a, long b) The binaryequalsoperator.static booleanIntegerExtensions.operator_equals(int a, short b) The binaryequalsoperator.static booleanLongExtensions.operator_equals(long a, byte b) The binaryequalsoperator.static booleanLongExtensions.operator_equals(long a, char b) The binaryequalsoperator.static booleanLongExtensions.operator_equals(long a, double b) The binaryequalsoperator.static booleanLongExtensions.operator_equals(long a, float b) The binaryequalsoperator.static booleanLongExtensions.operator_equals(long a, int b) The binaryequalsoperator.static booleanLongExtensions.operator_equals(long a, long b) The binaryequalsoperator.static booleanLongExtensions.operator_equals(long a, short b) The binaryequalsoperator.static booleanObjectExtensions.operator_equals(Object a, Object b) Theequalsoperator.static booleanShortExtensions.operator_equals(short a, byte b) The binaryequalsoperator.static booleanShortExtensions.operator_equals(short a, char b) The binaryequalsoperator.static booleanShortExtensions.operator_equals(short a, double b) The binaryequalsoperator.static booleanShortExtensions.operator_equals(short a, float b) The binaryequalsoperator.static booleanShortExtensions.operator_equals(short a, int b) The binaryequalsoperator.static booleanShortExtensions.operator_equals(short a, long b) The binaryequalsoperator.static booleanShortExtensions.operator_equals(short a, short b) The binaryequalsoperator.static booleanBooleanExtensions.operator_greaterEqualsThan(boolean a, boolean b) The binarygreaterEqualsThanoperator for boolean values.static booleanByteExtensions.operator_greaterEqualsThan(byte a, byte b) The binarygreaterEqualsThanoperator.static booleanByteExtensions.operator_greaterEqualsThan(byte a, char b) The binarygreaterEqualsThanoperator.static booleanByteExtensions.operator_greaterEqualsThan(byte a, double b) The binarygreaterEqualsThanoperator.static booleanByteExtensions.operator_greaterEqualsThan(byte a, float b) The binarygreaterEqualsThanoperator.static booleanByteExtensions.operator_greaterEqualsThan(byte a, int b) The binarygreaterEqualsThanoperator.static booleanByteExtensions.operator_greaterEqualsThan(byte a, long b) The binarygreaterEqualsThanoperator.static booleanByteExtensions.operator_greaterEqualsThan(byte a, short b) The binarygreaterEqualsThanoperator.static booleanCharacterExtensions.operator_greaterEqualsThan(char a, byte b) The binarygreaterEqualsThanoperator.static booleanCharacterExtensions.operator_greaterEqualsThan(char a, char b) The binarygreaterEqualsThanoperator.static booleanCharacterExtensions.operator_greaterEqualsThan(char a, double b) The binarygreaterEqualsThanoperator.static booleanCharacterExtensions.operator_greaterEqualsThan(char a, float b) The binarygreaterEqualsThanoperator.static booleanCharacterExtensions.operator_greaterEqualsThan(char a, int b) The binarygreaterEqualsThanoperator.static booleanCharacterExtensions.operator_greaterEqualsThan(char a, long b) The binarygreaterEqualsThanoperator.static booleanCharacterExtensions.operator_greaterEqualsThan(char a, short b) The binarygreaterEqualsThanoperator.static <C> booleanComparableExtensions.operator_greaterEqualsThan(Comparable<? super C> left, C right) The comparison operatorgreater than or equals.static booleanDoubleExtensions.operator_greaterEqualsThan(double a, byte b) The binarygreaterEqualsThanoperator.static booleanDoubleExtensions.operator_greaterEqualsThan(double a, char b) The binarygreaterEqualsThanoperator.static booleanDoubleExtensions.operator_greaterEqualsThan(double a, double b) The binarygreaterEqualsThanoperator.static booleanDoubleExtensions.operator_greaterEqualsThan(double a, float b) The binarygreaterEqualsThanoperator.static booleanDoubleExtensions.operator_greaterEqualsThan(double a, int b) The binarygreaterEqualsThanoperator.static booleanDoubleExtensions.operator_greaterEqualsThan(double a, long b) The binarygreaterEqualsThanoperator.static booleanDoubleExtensions.operator_greaterEqualsThan(double a, short b) The binarygreaterEqualsThanoperator.static booleanFloatExtensions.operator_greaterEqualsThan(float a, byte b) The binarygreaterEqualsThanoperator.static booleanFloatExtensions.operator_greaterEqualsThan(float a, char b) The binarygreaterEqualsThanoperator.static booleanFloatExtensions.operator_greaterEqualsThan(float a, double b) The binarygreaterEqualsThanoperator.static booleanFloatExtensions.operator_greaterEqualsThan(float a, float b) The binarygreaterEqualsThanoperator.static booleanFloatExtensions.operator_greaterEqualsThan(float a, int b) The binarygreaterEqualsThanoperator.static booleanFloatExtensions.operator_greaterEqualsThan(float a, long b) The binarygreaterEqualsThanoperator.static booleanFloatExtensions.operator_greaterEqualsThan(float a, short b) The binarygreaterEqualsThanoperator.static booleanIntegerExtensions.operator_greaterEqualsThan(int a, byte b) The binarygreaterEqualsThanoperator.static booleanIntegerExtensions.operator_greaterEqualsThan(int a, char b) The binarygreaterEqualsThanoperator.static booleanIntegerExtensions.operator_greaterEqualsThan(int a, double b) The binarygreaterEqualsThanoperator.static booleanIntegerExtensions.operator_greaterEqualsThan(int a, float b) The binarygreaterEqualsThanoperator.static booleanIntegerExtensions.operator_greaterEqualsThan(int a, int b) The binarygreaterEqualsThanoperator.static booleanIntegerExtensions.operator_greaterEqualsThan(int a, long b) The binarygreaterEqualsThanoperator.static booleanIntegerExtensions.operator_greaterEqualsThan(int a, short b) The binarygreaterEqualsThanoperator.static booleanLongExtensions.operator_greaterEqualsThan(long a, byte b) The binarygreaterEqualsThanoperator.static booleanLongExtensions.operator_greaterEqualsThan(long a, char b) The binarygreaterEqualsThanoperator.static booleanLongExtensions.operator_greaterEqualsThan(long a, double b) The binarygreaterEqualsThanoperator.static booleanLongExtensions.operator_greaterEqualsThan(long a, float b) The binarygreaterEqualsThanoperator.static booleanLongExtensions.operator_greaterEqualsThan(long a, int b) The binarygreaterEqualsThanoperator.static booleanLongExtensions.operator_greaterEqualsThan(long a, long b) The binarygreaterEqualsThanoperator.static booleanLongExtensions.operator_greaterEqualsThan(long a, short b) The binarygreaterEqualsThanoperator.static booleanShortExtensions.operator_greaterEqualsThan(short a, byte b) The binarygreaterEqualsThanoperator.static booleanShortExtensions.operator_greaterEqualsThan(short a, char b) The binarygreaterEqualsThanoperator.static booleanShortExtensions.operator_greaterEqualsThan(short a, double b) The binarygreaterEqualsThanoperator.static booleanShortExtensions.operator_greaterEqualsThan(short a, float b) The binarygreaterEqualsThanoperator.static booleanShortExtensions.operator_greaterEqualsThan(short a, int b) The binarygreaterEqualsThanoperator.static booleanShortExtensions.operator_greaterEqualsThan(short a, long b) The binarygreaterEqualsThanoperator.static booleanShortExtensions.operator_greaterEqualsThan(short a, short b) The binarygreaterEqualsThanoperator.static booleanBooleanExtensions.operator_greaterThan(boolean a, boolean b) The binarygreaterThanoperator for boolean values.static booleanByteExtensions.operator_greaterThan(byte a, byte b) The binarygreaterThanoperator.static booleanByteExtensions.operator_greaterThan(byte a, char b) The binarygreaterThanoperator.static booleanByteExtensions.operator_greaterThan(byte a, double b) The binarygreaterThanoperator.static booleanByteExtensions.operator_greaterThan(byte a, float b) The binarygreaterThanoperator.static booleanByteExtensions.operator_greaterThan(byte a, int b) The binarygreaterThanoperator.static booleanByteExtensions.operator_greaterThan(byte a, long b) The binarygreaterThanoperator.static booleanByteExtensions.operator_greaterThan(byte a, short b) The binarygreaterThanoperator.static booleanCharacterExtensions.operator_greaterThan(char a, byte b) The binarygreaterThanoperator.static booleanCharacterExtensions.operator_greaterThan(char a, char b) The binarygreaterThanoperator.static booleanCharacterExtensions.operator_greaterThan(char a, double b) The binarygreaterThanoperator.static booleanCharacterExtensions.operator_greaterThan(char a, float b) The binarygreaterThanoperator.static booleanCharacterExtensions.operator_greaterThan(char a, int b) The binarygreaterThanoperator.static booleanCharacterExtensions.operator_greaterThan(char a, long b) The binarygreaterThanoperator.static booleanCharacterExtensions.operator_greaterThan(char a, short b) The binarygreaterThanoperator.static <C> booleanComparableExtensions.operator_greaterThan(Comparable<? super C> left, C right) The comparison operatorgreater than.static booleanDoubleExtensions.operator_greaterThan(double a, byte b) The binarygreaterThanoperator.static booleanDoubleExtensions.operator_greaterThan(double a, char b) The binarygreaterThanoperator.static booleanDoubleExtensions.operator_greaterThan(double a, double b) The binarygreaterThanoperator.static booleanDoubleExtensions.operator_greaterThan(double a, float b) The binarygreaterThanoperator.static booleanDoubleExtensions.operator_greaterThan(double a, int b) The binarygreaterThanoperator.static booleanDoubleExtensions.operator_greaterThan(double a, long b) The binarygreaterThanoperator.static booleanDoubleExtensions.operator_greaterThan(double a, short b) The binarygreaterThanoperator.static booleanFloatExtensions.operator_greaterThan(float a, byte b) The binarygreaterThanoperator.static booleanFloatExtensions.operator_greaterThan(float a, char b) The binarygreaterThanoperator.static booleanFloatExtensions.operator_greaterThan(float a, double b) The binarygreaterThanoperator.static booleanFloatExtensions.operator_greaterThan(float a, float b) The binarygreaterThanoperator.static booleanFloatExtensions.operator_greaterThan(float a, int b) The binarygreaterThanoperator.static booleanFloatExtensions.operator_greaterThan(float a, long b) The binarygreaterThanoperator.static booleanFloatExtensions.operator_greaterThan(float a, short b) The binarygreaterThanoperator.static booleanIntegerExtensions.operator_greaterThan(int a, byte b) The binarygreaterThanoperator.static booleanIntegerExtensions.operator_greaterThan(int a, char b) The binarygreaterThanoperator.static booleanIntegerExtensions.operator_greaterThan(int a, double b) The binarygreaterThanoperator.static booleanIntegerExtensions.operator_greaterThan(int a, float b) The binarygreaterThanoperator.static booleanIntegerExtensions.operator_greaterThan(int a, int b) The binarygreaterThanoperator.static booleanIntegerExtensions.operator_greaterThan(int a, long b) The binarygreaterThanoperator.static booleanIntegerExtensions.operator_greaterThan(int a, short b) The binarygreaterThanoperator.static booleanLongExtensions.operator_greaterThan(long a, byte b) The binarygreaterThanoperator.static booleanLongExtensions.operator_greaterThan(long a, char b) The binarygreaterThanoperator.static booleanLongExtensions.operator_greaterThan(long a, double b) The binarygreaterThanoperator.static booleanLongExtensions.operator_greaterThan(long a, float b) The binarygreaterThanoperator.static booleanLongExtensions.operator_greaterThan(long a, int b) The binarygreaterThanoperator.static booleanLongExtensions.operator_greaterThan(long a, long b) The binarygreaterThanoperator.static booleanLongExtensions.operator_greaterThan(long a, short b) The binarygreaterThanoperator.static booleanShortExtensions.operator_greaterThan(short a, byte b) The binarygreaterThanoperator.static booleanShortExtensions.operator_greaterThan(short a, char b) The binarygreaterThanoperator.static booleanShortExtensions.operator_greaterThan(short a, double b) The binarygreaterThanoperator.static booleanShortExtensions.operator_greaterThan(short a, float b) The binarygreaterThanoperator.static booleanShortExtensions.operator_greaterThan(short a, int b) The binarygreaterThanoperator.static booleanShortExtensions.operator_greaterThan(short a, long b) The binarygreaterThanoperator.static booleanShortExtensions.operator_greaterThan(short a, short b) The binarygreaterThanoperator.static ExclusiveRangeIntegerExtensions.operator_greaterThanDoubleDot(int a, int b) The>..operator yields anExclusiveRangethat decrements from a (exclusive) down to b.static booleanBooleanExtensions.operator_lessEqualsThan(boolean a, boolean b) The binarylessEqualsThanoperator for boolean values.static booleanByteExtensions.operator_lessEqualsThan(byte a, byte b) The binarylessEqualsThanoperator.static booleanByteExtensions.operator_lessEqualsThan(byte a, char b) The binarylessEqualsThanoperator.static booleanByteExtensions.operator_lessEqualsThan(byte a, double b) The binarylessEqualsThanoperator.static booleanByteExtensions.operator_lessEqualsThan(byte a, float b) The binarylessEqualsThanoperator.static booleanByteExtensions.operator_lessEqualsThan(byte a, int b) The binarylessEqualsThanoperator.static booleanByteExtensions.operator_lessEqualsThan(byte a, long b) The binarylessEqualsThanoperator.static booleanByteExtensions.operator_lessEqualsThan(byte a, short b) The binarylessEqualsThanoperator.static booleanCharacterExtensions.operator_lessEqualsThan(char a, byte b) The binarylessEqualsThanoperator.static booleanCharacterExtensions.operator_lessEqualsThan(char a, char b) The binarylessEqualsThanoperator.static booleanCharacterExtensions.operator_lessEqualsThan(char a, double b) The binarylessEqualsThanoperator.static booleanCharacterExtensions.operator_lessEqualsThan(char a, float b) The binarylessEqualsThanoperator.static booleanCharacterExtensions.operator_lessEqualsThan(char a, int b) The binarylessEqualsThanoperator.static booleanCharacterExtensions.operator_lessEqualsThan(char a, long b) The binarylessEqualsThanoperator.static booleanCharacterExtensions.operator_lessEqualsThan(char a, short b) The binarylessEqualsThanoperator.static <C> booleanComparableExtensions.operator_lessEqualsThan(Comparable<? super C> left, C right) The comparison operatorless than or equals.static booleanDoubleExtensions.operator_lessEqualsThan(double a, byte b) The binarylessEqualsThanoperator.static booleanDoubleExtensions.operator_lessEqualsThan(double a, char b) The binarylessEqualsThanoperator.static booleanDoubleExtensions.operator_lessEqualsThan(double a, double b) The binarylessEqualsThanoperator.static booleanDoubleExtensions.operator_lessEqualsThan(double a, float b) The binarylessEqualsThanoperator.static booleanDoubleExtensions.operator_lessEqualsThan(double a, int b) The binarylessEqualsThanoperator.static booleanDoubleExtensions.operator_lessEqualsThan(double a, long b) The binarylessEqualsThanoperator.static booleanDoubleExtensions.operator_lessEqualsThan(double a, short b) The binarylessEqualsThanoperator.static booleanFloatExtensions.operator_lessEqualsThan(float a, byte b) The binarylessEqualsThanoperator.static booleanFloatExtensions.operator_lessEqualsThan(float a, char b) The binarylessEqualsThanoperator.static booleanFloatExtensions.operator_lessEqualsThan(float a, double b) The binarylessEqualsThanoperator.static booleanFloatExtensions.operator_lessEqualsThan(float a, float b) The binarylessEqualsThanoperator.static booleanFloatExtensions.operator_lessEqualsThan(float a, int b) The binarylessEqualsThanoperator.static booleanFloatExtensions.operator_lessEqualsThan(float a, long b) The binarylessEqualsThanoperator.static booleanFloatExtensions.operator_lessEqualsThan(float a, short b) The binarylessEqualsThanoperator.static booleanIntegerExtensions.operator_lessEqualsThan(int a, byte b) The binarylessEqualsThanoperator.static booleanIntegerExtensions.operator_lessEqualsThan(int a, char b) The binarylessEqualsThanoperator.static booleanIntegerExtensions.operator_lessEqualsThan(int a, double b) The binarylessEqualsThanoperator.static booleanIntegerExtensions.operator_lessEqualsThan(int a, float b) The binarylessEqualsThanoperator.static booleanIntegerExtensions.operator_lessEqualsThan(int a, int b) The binarylessEqualsThanoperator.static booleanIntegerExtensions.operator_lessEqualsThan(int a, long b) The binarylessEqualsThanoperator.static booleanIntegerExtensions.operator_lessEqualsThan(int a, short b) The binarylessEqualsThanoperator.static booleanLongExtensions.operator_lessEqualsThan(long a, byte b) The binarylessEqualsThanoperator.static booleanLongExtensions.operator_lessEqualsThan(long a, char b) The binarylessEqualsThanoperator.static booleanLongExtensions.operator_lessEqualsThan(long a, double b) The binarylessEqualsThanoperator.static booleanLongExtensions.operator_lessEqualsThan(long a, float b) The binarylessEqualsThanoperator.static booleanLongExtensions.operator_lessEqualsThan(long a, int b) The binarylessEqualsThanoperator.static booleanLongExtensions.operator_lessEqualsThan(long a, long b) The binarylessEqualsThanoperator.static booleanLongExtensions.operator_lessEqualsThan(long a, short b) The binarylessEqualsThanoperator.static booleanShortExtensions.operator_lessEqualsThan(short a, byte b) The binarylessEqualsThanoperator.static booleanShortExtensions.operator_lessEqualsThan(short a, char b) The binarylessEqualsThanoperator.static booleanShortExtensions.operator_lessEqualsThan(short a, double b) The binarylessEqualsThanoperator.static booleanShortExtensions.operator_lessEqualsThan(short a, float b) The binarylessEqualsThanoperator.static booleanShortExtensions.operator_lessEqualsThan(short a, int b) The binarylessEqualsThanoperator.static booleanShortExtensions.operator_lessEqualsThan(short a, long b) The binarylessEqualsThanoperator.static booleanShortExtensions.operator_lessEqualsThan(short a, short b) The binarylessEqualsThanoperator.static booleanBooleanExtensions.operator_lessThan(boolean a, boolean b) The binarylessThanoperator for boolean values.static booleanByteExtensions.operator_lessThan(byte a, byte b) The binarylessThanoperator.static booleanByteExtensions.operator_lessThan(byte a, char b) The binarylessThanoperator.static booleanByteExtensions.operator_lessThan(byte a, double b) The binarylessThanoperator.static booleanByteExtensions.operator_lessThan(byte a, float b) The binarylessThanoperator.static booleanByteExtensions.operator_lessThan(byte a, int b) The binarylessThanoperator.static booleanByteExtensions.operator_lessThan(byte a, long b) The binarylessThanoperator.static booleanByteExtensions.operator_lessThan(byte a, short b) The binarylessThanoperator.static booleanCharacterExtensions.operator_lessThan(char a, byte b) The binarylessThanoperator.static booleanCharacterExtensions.operator_lessThan(char a, char b) The binarylessThanoperator.static booleanCharacterExtensions.operator_lessThan(char a, double b) The binarylessThanoperator.static booleanCharacterExtensions.operator_lessThan(char a, float b) The binarylessThanoperator.static booleanCharacterExtensions.operator_lessThan(char a, int b) The binarylessThanoperator.static booleanCharacterExtensions.operator_lessThan(char a, long b) The binarylessThanoperator.static booleanCharacterExtensions.operator_lessThan(char a, short b) The binarylessThanoperator.static <C> booleanComparableExtensions.operator_lessThan(Comparable<? super C> left, C right) The comparison operatorless than.static booleanDoubleExtensions.operator_lessThan(double a, byte b) The binarylessThanoperator.static booleanDoubleExtensions.operator_lessThan(double a, char b) The binarylessThanoperator.static booleanDoubleExtensions.operator_lessThan(double a, double b) The binarylessThanoperator.static booleanDoubleExtensions.operator_lessThan(double a, float b) The binarylessThanoperator.static booleanDoubleExtensions.operator_lessThan(double a, int b) The binarylessThanoperator.static booleanDoubleExtensions.operator_lessThan(double a, long b) The binarylessThanoperator.static booleanDoubleExtensions.operator_lessThan(double a, short b) The binarylessThanoperator.static booleanFloatExtensions.operator_lessThan(float a, byte b) The binarylessThanoperator.static booleanFloatExtensions.operator_lessThan(float a, char b) The binarylessThanoperator.static booleanFloatExtensions.operator_lessThan(float a, double b) The binarylessThanoperator.static booleanFloatExtensions.operator_lessThan(float a, float b) The binarylessThanoperator.static booleanFloatExtensions.operator_lessThan(float a, int b) The binarylessThanoperator.static booleanFloatExtensions.operator_lessThan(float a, long b) The binarylessThanoperator.static booleanFloatExtensions.operator_lessThan(float a, short b) The binarylessThanoperator.static booleanIntegerExtensions.operator_lessThan(int a, byte b) The binarylessThanoperator.static booleanIntegerExtensions.operator_lessThan(int a, char b) The binarylessThanoperator.static booleanIntegerExtensions.operator_lessThan(int a, double b) The binarylessThanoperator.static booleanIntegerExtensions.operator_lessThan(int a, float b) The binarylessThanoperator.static booleanIntegerExtensions.operator_lessThan(int a, int b) The binarylessThanoperator.static booleanIntegerExtensions.operator_lessThan(int a, long b) The binarylessThanoperator.static booleanIntegerExtensions.operator_lessThan(int a, short b) The binarylessThanoperator.static booleanLongExtensions.operator_lessThan(long a, byte b) The binarylessThanoperator.static booleanLongExtensions.operator_lessThan(long a, char b) The binarylessThanoperator.static booleanLongExtensions.operator_lessThan(long a, double b) The binarylessThanoperator.static booleanLongExtensions.operator_lessThan(long a, float b) The binarylessThanoperator.static booleanLongExtensions.operator_lessThan(long a, int b) The binarylessThanoperator.static booleanLongExtensions.operator_lessThan(long a, long b) The binarylessThanoperator.static booleanLongExtensions.operator_lessThan(long a, short b) The binarylessThanoperator.static booleanShortExtensions.operator_lessThan(short a, byte b) The binarylessThanoperator.static booleanShortExtensions.operator_lessThan(short a, char b) The binarylessThanoperator.static booleanShortExtensions.operator_lessThan(short a, double b) The binarylessThanoperator.static booleanShortExtensions.operator_lessThan(short a, float b) The binarylessThanoperator.static booleanShortExtensions.operator_lessThan(short a, int b) The binarylessThanoperator.static booleanShortExtensions.operator_lessThan(short a, long b) The binarylessThanoperator.static booleanShortExtensions.operator_lessThan(short a, short b) The binarylessThanoperator.static <A,B> Pair<A, B> ObjectExtensions.operator_mappedTo(A a, B b) static BigDecimalBigDecimalExtensions.operator_minus(BigDecimal a) The unaryminusoperator.static BigDecimalBigDecimalExtensions.operator_minus(BigDecimal a, BigDecimal b) The binaryminusoperator.static BigIntegerBigIntegerExtensions.operator_minus(BigInteger a) The unaryminusoperator.static BigIntegerBigIntegerExtensions.operator_minus(BigInteger a, BigInteger b) The binaryminusoperator.static intByteExtensions.operator_minus(byte b) The unaryminusoperator.static intByteExtensions.operator_minus(byte a, byte b) The binaryminusoperator.static intByteExtensions.operator_minus(byte a, char b) The binaryminusoperator.static doubleByteExtensions.operator_minus(byte a, double b) The binaryminusoperator.static floatByteExtensions.operator_minus(byte a, float b) The binaryminusoperator.static intByteExtensions.operator_minus(byte a, int b) The binaryminusoperator.static longByteExtensions.operator_minus(byte a, long b) The binaryminusoperator.static intByteExtensions.operator_minus(byte a, short b) The binaryminusoperator.static intCharacterExtensions.operator_minus(char c) The unaryminusoperator.static intCharacterExtensions.operator_minus(char a, byte b) The binaryminusoperator.static intCharacterExtensions.operator_minus(char a, char b) The binaryminusoperator.static doubleCharacterExtensions.operator_minus(char a, double b) The binaryminusoperator.static floatCharacterExtensions.operator_minus(char a, float b) The binaryminusoperator.static intCharacterExtensions.operator_minus(char a, int b) The binaryminusoperator.static longCharacterExtensions.operator_minus(char a, long b) The binaryminusoperator.static intCharacterExtensions.operator_minus(char a, short b) The binaryminusoperator.static doubleDoubleExtensions.operator_minus(double d) The unaryminusoperator.static doubleDoubleExtensions.operator_minus(double a, byte b) The binaryminusoperator.static doubleDoubleExtensions.operator_minus(double a, char b) The binaryminusoperator.static doubleDoubleExtensions.operator_minus(double a, double b) The binaryminusoperator.static doubleDoubleExtensions.operator_minus(double a, float b) The binaryminusoperator.static doubleDoubleExtensions.operator_minus(double a, int b) The binaryminusoperator.static doubleDoubleExtensions.operator_minus(double a, long b) The binaryminusoperator.static doubleDoubleExtensions.operator_minus(double a, short b) The binaryminusoperator.static doubleDoubleExtensions.operator_minus(Double a) The unaryminusoperator.static doubleDoubleExtensions.operator_minus(Double a, Number b) The binaryminusoperator.static floatFloatExtensions.operator_minus(float f) The unaryminusoperator.static floatFloatExtensions.operator_minus(float a, byte b) The binaryminusoperator.static floatFloatExtensions.operator_minus(float a, char b) The binaryminusoperator.static doubleFloatExtensions.operator_minus(float a, double b) The binaryminusoperator.static floatFloatExtensions.operator_minus(float a, float b) The binaryminusoperator.static floatFloatExtensions.operator_minus(float a, int b) The binaryminusoperator.static floatFloatExtensions.operator_minus(float a, long b) The binaryminusoperator.static floatFloatExtensions.operator_minus(float a, short b) The binaryminusoperator.static intIntegerExtensions.operator_minus(int i) The unaryminusoperator.static intIntegerExtensions.operator_minus(int a, byte b) The binaryminusoperator.static intIntegerExtensions.operator_minus(int a, char b) The binaryminusoperator.static doubleIntegerExtensions.operator_minus(int a, double b) The binaryminusoperator.static floatIntegerExtensions.operator_minus(int a, float b) The binaryminusoperator.static intIntegerExtensions.operator_minus(int a, int b) The binaryminusoperator.static longIntegerExtensions.operator_minus(int a, long b) The binaryminusoperator.static intIntegerExtensions.operator_minus(int a, short b) The binaryminusoperator.static longLongExtensions.operator_minus(long l) The unaryminusoperator.static longLongExtensions.operator_minus(long a, byte b) The binaryminusoperator.static longLongExtensions.operator_minus(long a, char b) The binaryminusoperator.static doubleLongExtensions.operator_minus(long a, double b) The binaryminusoperator.static floatLongExtensions.operator_minus(long a, float b) The binaryminusoperator.static longLongExtensions.operator_minus(long a, int b) The binaryminusoperator.static longLongExtensions.operator_minus(long a, long b) The binaryminusoperator.static longLongExtensions.operator_minus(long a, short b) The binaryminusoperator.static <K,V> Map<K, V> MapExtensions.operator_minus(Map<K, V> map, Iterable<?> keys) Replies the elements of the given map except the pairs with the given keys.static <K,V> Map<K, V> MapExtensions.operator_minus(Map<K, V> left, Map<? extends K, ? extends V> right) Replies the elements of the left map without the pairs in the right map.static <K,V> Map<K, V> MapExtensions.operator_minus(Map<K, V> map, K key) Replies the elements of the given map except the pair with the given key.static <K,V> Map<K, V> MapExtensions.operator_minus(Map<K, V> left, Pair<? extends K, ? extends V> right) Remove the given pair from a given map for obtaining a new map.static intShortExtensions.operator_minus(short s) The unaryminusoperator.static intShortExtensions.operator_minus(short a, byte b) The binaryminusoperator.static intShortExtensions.operator_minus(short a, char b) The binaryminusoperator.static doubleShortExtensions.operator_minus(short a, double b) The binaryminusoperator.static floatShortExtensions.operator_minus(short a, float b) The binaryminusoperator.static intShortExtensions.operator_minus(short a, int b) The binaryminusoperator.static longShortExtensions.operator_minus(short a, long b) The binaryminusoperator.static intShortExtensions.operator_minus(short a, short b) The binaryminusoperator.static BigIntegerBigIntegerExtensions.operator_modulo(BigInteger a, BigInteger b) The binarymodulooperator.static intByteExtensions.operator_modulo(byte a, byte b) The binarymodulooperator.static intByteExtensions.operator_modulo(byte a, char b) The binarymodulooperator.static doubleByteExtensions.operator_modulo(byte a, double b) The binarymodulooperator.static floatByteExtensions.operator_modulo(byte a, float b) The binarymodulooperator.static intByteExtensions.operator_modulo(byte a, int b) The binarymodulooperator.static longByteExtensions.operator_modulo(byte a, long b) The binarymodulooperator.static intByteExtensions.operator_modulo(byte a, short b) The binarymodulooperator.static intCharacterExtensions.operator_modulo(char a, byte b) The binarymodulooperator.static intCharacterExtensions.operator_modulo(char a, char b) The binarymodulooperator.static doubleCharacterExtensions.operator_modulo(char a, double b) The binarymodulooperator.static floatCharacterExtensions.operator_modulo(char a, float b) The binarymodulooperator.static intCharacterExtensions.operator_modulo(char a, int b) The binarymodulooperator.static longCharacterExtensions.operator_modulo(char a, long b) The binarymodulooperator.static intCharacterExtensions.operator_modulo(char a, short b) The binarymodulooperator.static doubleDoubleExtensions.operator_modulo(double a, byte b) The binarymodulooperator.static doubleDoubleExtensions.operator_modulo(double a, char b) The binarymodulooperator.static doubleDoubleExtensions.operator_modulo(double a, double b) The binarymodulooperator.static doubleDoubleExtensions.operator_modulo(double a, float b) The binarymodulooperator.static doubleDoubleExtensions.operator_modulo(double a, int b) The binarymodulooperator.static doubleDoubleExtensions.operator_modulo(double a, long b) The binarymodulooperator.static doubleDoubleExtensions.operator_modulo(double a, short b) The binarymodulooperator.static floatFloatExtensions.operator_modulo(float a, byte b) The binarymodulooperator.static floatFloatExtensions.operator_modulo(float a, char b) The binarymodulooperator.static doubleFloatExtensions.operator_modulo(float a, double b) The binarymodulooperator.static floatFloatExtensions.operator_modulo(float a, float b) The binarymodulooperator.static floatFloatExtensions.operator_modulo(float a, int b) The binarymodulooperator.static floatFloatExtensions.operator_modulo(float a, long b) The binarymodulooperator.static floatFloatExtensions.operator_modulo(float a, short b) The binarymodulooperator.static intIntegerExtensions.operator_modulo(int a, byte b) The binarymodulooperator.static intIntegerExtensions.operator_modulo(int a, char b) The binarymodulooperator.static doubleIntegerExtensions.operator_modulo(int a, double b) The binarymodulooperator.static floatIntegerExtensions.operator_modulo(int a, float b) The binarymodulooperator.static intIntegerExtensions.operator_modulo(int a, int b) The binarymodulooperator.static longIntegerExtensions.operator_modulo(int a, long b) The binarymodulooperator.static intIntegerExtensions.operator_modulo(int a, short b) The binarymodulooperator.static longLongExtensions.operator_modulo(long a, byte b) The binarymodulooperator.static longLongExtensions.operator_modulo(long a, char b) The binarymodulooperator.static doubleLongExtensions.operator_modulo(long a, double b) The binarymodulooperator.static floatLongExtensions.operator_modulo(long a, float b) The binarymodulooperator.static longLongExtensions.operator_modulo(long a, int b) The binarymodulooperator.static longLongExtensions.operator_modulo(long a, long b) The binarymodulooperator.static longLongExtensions.operator_modulo(long a, short b) The binarymodulooperator.static intShortExtensions.operator_modulo(short a, byte b) The binarymodulooperator.static intShortExtensions.operator_modulo(short a, char b) The binarymodulooperator.static doubleShortExtensions.operator_modulo(short a, double b) The binarymodulooperator.static floatShortExtensions.operator_modulo(short a, float b) The binarymodulooperator.static intShortExtensions.operator_modulo(short a, int b) The binarymodulooperator.static longShortExtensions.operator_modulo(short a, long b) The binarymodulooperator.static intShortExtensions.operator_modulo(short a, short b) The binarymodulooperator.static BigDecimalBigDecimalExtensions.operator_multiply(BigDecimal a, BigDecimal b) The binarytimesoperator.static BigIntegerBigIntegerExtensions.operator_multiply(BigInteger a, BigInteger b) The binarytimesoperator.static intByteExtensions.operator_multiply(byte a, byte b) The binarymultiplyoperator.static intByteExtensions.operator_multiply(byte a, char b) The binarymultiplyoperator.static doubleByteExtensions.operator_multiply(byte a, double b) The binarymultiplyoperator.static floatByteExtensions.operator_multiply(byte a, float b) The binarymultiplyoperator.static intByteExtensions.operator_multiply(byte a, int b) The binarymultiplyoperator.static longByteExtensions.operator_multiply(byte a, long b) The binarymultiplyoperator.static intByteExtensions.operator_multiply(byte a, short b) The binarymultiplyoperator.static intCharacterExtensions.operator_multiply(char a, byte b) The binarymultiplyoperator.static intCharacterExtensions.operator_multiply(char a, char b) The binarymultiplyoperator.static doubleCharacterExtensions.operator_multiply(char a, double b) The binarymultiplyoperator.static floatCharacterExtensions.operator_multiply(char a, float b) The binarymultiplyoperator.static intCharacterExtensions.operator_multiply(char a, int b) The binarymultiplyoperator.static longCharacterExtensions.operator_multiply(char a, long b) The binarymultiplyoperator.static intCharacterExtensions.operator_multiply(char a, short b) The binarymultiplyoperator.static doubleDoubleExtensions.operator_multiply(double a, byte b) The binarymultiplyoperator.static doubleDoubleExtensions.operator_multiply(double a, char b) The binarymultiplyoperator.static doubleDoubleExtensions.operator_multiply(double a, double b) The binarymultiplyoperator.static doubleDoubleExtensions.operator_multiply(double a, float b) The binarymultiplyoperator.static doubleDoubleExtensions.operator_multiply(double a, int b) The binarymultiplyoperator.static doubleDoubleExtensions.operator_multiply(double a, long b) The binarymultiplyoperator.static doubleDoubleExtensions.operator_multiply(double a, short b) The binarymultiplyoperator.static floatFloatExtensions.operator_multiply(float a, byte b) The binarymultiplyoperator.static floatFloatExtensions.operator_multiply(float a, char b) The binarymultiplyoperator.static doubleFloatExtensions.operator_multiply(float a, double b) The binarymultiplyoperator.static floatFloatExtensions.operator_multiply(float a, float b) The binarymultiplyoperator.static floatFloatExtensions.operator_multiply(float a, int b) The binarymultiplyoperator.static floatFloatExtensions.operator_multiply(float a, long b) The binarymultiplyoperator.static floatFloatExtensions.operator_multiply(float a, short b) The binarymultiplyoperator.static intIntegerExtensions.operator_multiply(int a, byte b) The binarymultiplyoperator.static intIntegerExtensions.operator_multiply(int a, char b) The binarymultiplyoperator.static doubleIntegerExtensions.operator_multiply(int a, double b) The binarymultiplyoperator.static floatIntegerExtensions.operator_multiply(int a, float b) The binarymultiplyoperator.static intIntegerExtensions.operator_multiply(int a, int b) The binarymultiplyoperator.static longIntegerExtensions.operator_multiply(int a, long b) The binarymultiplyoperator.static intIntegerExtensions.operator_multiply(int a, short b) The binarymultiplyoperator.static longLongExtensions.operator_multiply(long a, byte b) The binarymultiplyoperator.static longLongExtensions.operator_multiply(long a, char b) The binarymultiplyoperator.static doubleLongExtensions.operator_multiply(long a, double b) The binarymultiplyoperator.static floatLongExtensions.operator_multiply(long a, float b) The binarymultiplyoperator.static longLongExtensions.operator_multiply(long a, int b) The binarymultiplyoperator.static longLongExtensions.operator_multiply(long a, long b) The binarymultiplyoperator.static longLongExtensions.operator_multiply(long a, short b) The binarymultiplyoperator.static intShortExtensions.operator_multiply(short a, byte b) The binarymultiplyoperator.static intShortExtensions.operator_multiply(short a, char b) The binarymultiplyoperator.static doubleShortExtensions.operator_multiply(short a, double b) The binarymultiplyoperator.static floatShortExtensions.operator_multiply(short a, float b) The binarymultiplyoperator.static intShortExtensions.operator_multiply(short a, int b) The binarymultiplyoperator.static longShortExtensions.operator_multiply(short a, long b) The binarymultiplyoperator.static intShortExtensions.operator_multiply(short a, short b) The binarymultiplyoperator.static booleanBooleanExtensions.operator_not(boolean b) The logicalnot(negation).static booleanBooleanExtensions.operator_notEquals(boolean a, boolean b) The binarynot equalsoperator.static booleanByteExtensions.operator_notEquals(byte a, byte b) The binarynotEqualsoperator.static booleanByteExtensions.operator_notEquals(byte a, char b) The binarynotEqualsoperator.static booleanByteExtensions.operator_notEquals(byte a, double b) The binarynotEqualsoperator.static booleanByteExtensions.operator_notEquals(byte a, float b) The binarynotEqualsoperator.static booleanByteExtensions.operator_notEquals(byte a, int b) The binarynotEqualsoperator.static booleanByteExtensions.operator_notEquals(byte a, long b) The binarynotEqualsoperator.static booleanByteExtensions.operator_notEquals(byte a, short b) The binarynotEqualsoperator.static booleanCharacterExtensions.operator_notEquals(char a, byte b) The binarynotEqualsoperator.static booleanCharacterExtensions.operator_notEquals(char a, char b) The binarynotEqualsoperator.static booleanCharacterExtensions.operator_notEquals(char a, double b) The binarynotEqualsoperator.static booleanCharacterExtensions.operator_notEquals(char a, float b) The binarynotEqualsoperator.static booleanCharacterExtensions.operator_notEquals(char a, int b) The binarynotEqualsoperator.static booleanCharacterExtensions.operator_notEquals(char a, long b) The binarynotEqualsoperator.static booleanCharacterExtensions.operator_notEquals(char a, short b) The binarynotEqualsoperator.static booleanDoubleExtensions.operator_notEquals(double a, byte b) The binarynotEqualsoperator.static booleanDoubleExtensions.operator_notEquals(double a, char b) The binarynotEqualsoperator.static booleanDoubleExtensions.operator_notEquals(double a, double b) The binarynotEqualsoperator.static booleanDoubleExtensions.operator_notEquals(double a, float b) The binarynotEqualsoperator.static booleanDoubleExtensions.operator_notEquals(double a, int b) The binarynotEqualsoperator.static booleanDoubleExtensions.operator_notEquals(double a, long b) The binarynotEqualsoperator.static booleanDoubleExtensions.operator_notEquals(double a, short b) The binarynotEqualsoperator.static booleanFloatExtensions.operator_notEquals(float a, byte b) The binarynotEqualsoperator.static booleanFloatExtensions.operator_notEquals(float a, char b) The binarynotEqualsoperator.static booleanFloatExtensions.operator_notEquals(float a, double b) The binarynotEqualsoperator.static booleanFloatExtensions.operator_notEquals(float a, float b) The binarynotEqualsoperator.static booleanFloatExtensions.operator_notEquals(float a, int b) The binarynotEqualsoperator.static booleanFloatExtensions.operator_notEquals(float a, long b) The binarynotEqualsoperator.static booleanFloatExtensions.operator_notEquals(float a, short b) The binarynotEqualsoperator.static booleanIntegerExtensions.operator_notEquals(int a, byte b) The binarynotEqualsoperator.static booleanIntegerExtensions.operator_notEquals(int a, char b) The binarynotEqualsoperator.static booleanIntegerExtensions.operator_notEquals(int a, double b) The binarynotEqualsoperator.static booleanIntegerExtensions.operator_notEquals(int a, float b) The binarynotEqualsoperator.static booleanIntegerExtensions.operator_notEquals(int a, int b) The binarynotEqualsoperator.static booleanIntegerExtensions.operator_notEquals(int a, long b) The binarynotEqualsoperator.static booleanIntegerExtensions.operator_notEquals(int a, short b) The binarynotEqualsoperator.static booleanLongExtensions.operator_notEquals(long a, byte b) The binarynotEqualsoperator.static booleanLongExtensions.operator_notEquals(long a, char b) The binarynotEqualsoperator.static booleanLongExtensions.operator_notEquals(long a, double b) The binarynotEqualsoperator.static booleanLongExtensions.operator_notEquals(long a, float b) The binarynotEqualsoperator.static booleanLongExtensions.operator_notEquals(long a, int b) The binarynotEqualsoperator.static booleanLongExtensions.operator_notEquals(long a, long b) The binarynotEqualsoperator.static booleanLongExtensions.operator_notEquals(long a, short b) The binarynotEqualsoperator.static booleanObjectExtensions.operator_notEquals(Object a, Object b) Theequals notoperator.static booleanShortExtensions.operator_notEquals(short a, byte b) The binarynotEqualsoperator.static booleanShortExtensions.operator_notEquals(short a, char b) The binarynotEqualsoperator.static booleanShortExtensions.operator_notEquals(short a, double b) The binarynotEqualsoperator.static booleanShortExtensions.operator_notEquals(short a, float b) The binarynotEqualsoperator.static booleanShortExtensions.operator_notEquals(short a, int b) The binarynotEqualsoperator.static booleanShortExtensions.operator_notEquals(short a, long b) The binarynotEqualsoperator.static booleanShortExtensions.operator_notEquals(short a, short b) The binarynotEqualsoperator.static booleanBooleanExtensions.operator_or(boolean a, boolean b) A logicalor(disjunction).static BigDecimalBigDecimalExtensions.operator_plus(BigDecimal a, BigDecimal b) The binaryplusoperator.static BigIntegerBigIntegerExtensions.operator_plus(BigInteger a, BigInteger b) The binaryplusoperator.static intByteExtensions.operator_plus(byte a, byte b) The binaryplusoperator.static intByteExtensions.operator_plus(byte a, char b) The binaryplusoperator.static doubleByteExtensions.operator_plus(byte a, double b) The binaryplusoperator.static floatByteExtensions.operator_plus(byte a, float b) The binaryplusoperator.static intByteExtensions.operator_plus(byte a, int b) The binaryplusoperator.static longByteExtensions.operator_plus(byte a, long b) The binaryplusoperator.static intByteExtensions.operator_plus(byte a, short b) The binaryplusoperator.static intCharacterExtensions.operator_plus(char a, byte b) The binaryplusoperator.static intCharacterExtensions.operator_plus(char a, char b) The binaryplusoperator.static doubleCharacterExtensions.operator_plus(char a, double b) The binaryplusoperator.static floatCharacterExtensions.operator_plus(char a, float b) The binaryplusoperator.static intCharacterExtensions.operator_plus(char a, int b) The binaryplusoperator.static longCharacterExtensions.operator_plus(char a, long b) The binaryplusoperator.static intCharacterExtensions.operator_plus(char a, short b) The binaryplusoperator.static doubleDoubleExtensions.operator_plus(double a, byte b) The binaryplusoperator.static doubleDoubleExtensions.operator_plus(double a, char b) The binaryplusoperator.static doubleDoubleExtensions.operator_plus(double a, double b) The binaryplusoperator.static doubleDoubleExtensions.operator_plus(double a, float b) The binaryplusoperator.static doubleDoubleExtensions.operator_plus(double a, int b) The binaryplusoperator.static doubleDoubleExtensions.operator_plus(double a, long b) The binaryplusoperator.static doubleDoubleExtensions.operator_plus(double a, short b) The binaryplusoperator.static doubleDoubleExtensions.operator_plus(Double a, Number b) The binaryplusoperator.static floatFloatExtensions.operator_plus(float a, byte b) The binaryplusoperator.static floatFloatExtensions.operator_plus(float a, char b) The binaryplusoperator.static doubleFloatExtensions.operator_plus(float a, double b) The binaryplusoperator.static floatFloatExtensions.operator_plus(float a, float b) The binaryplusoperator.static floatFloatExtensions.operator_plus(float a, int b) The binaryplusoperator.static floatFloatExtensions.operator_plus(float a, long b) The binaryplusoperator.static floatFloatExtensions.operator_plus(float a, short b) The binaryplusoperator.static intIntegerExtensions.operator_plus(int a, byte b) The binaryplusoperator.static intIntegerExtensions.operator_plus(int a, char b) The binaryplusoperator.static doubleIntegerExtensions.operator_plus(int a, double b) The binaryplusoperator.static floatIntegerExtensions.operator_plus(int a, float b) The binaryplusoperator.static intIntegerExtensions.operator_plus(int a, int b) The binaryplusoperator.static longIntegerExtensions.operator_plus(int a, long b) The binaryplusoperator.static intIntegerExtensions.operator_plus(int a, short b) The binaryplusoperator.static <T> Iterable<T>IterableExtensions.operator_plus(Iterable<? extends T> a, Iterable<? extends T> b) Concatenates two iterables into a single iterable.static <T> Iterator<T>IteratorExtensions.operator_plus(Iterator<? extends T> a, Iterator<? extends T> b) Concatenates two iterators into a single iterator.static longLongExtensions.operator_plus(long a, byte b) The binaryplusoperator.static longLongExtensions.operator_plus(long a, char b) The binaryplusoperator.static doubleLongExtensions.operator_plus(long a, double b) The binaryplusoperator.static floatLongExtensions.operator_plus(long a, float b) The binaryplusoperator.static longLongExtensions.operator_plus(long a, int b) The binaryplusoperator.static longLongExtensions.operator_plus(long a, long b) The binaryplusoperator.static longLongExtensions.operator_plus(long a, short b) The binaryplusoperator.static <K,V> Map<K, V> MapExtensions.operator_plus(Map<K, V> left, Map<? extends K, ? extends V> right) Merge the two maps.static <K,V> Map<K, V> MapExtensions.operator_plus(Map<K, V> left, Pair<? extends K, ? extends V> right) Add the given pair to a given map for obtaining a new map.static StringObjectExtensions.operator_plus(Object a, String b) The binary+operator that concatenates two strings.static intShortExtensions.operator_plus(short a, byte b) The binaryplusoperator.static intShortExtensions.operator_plus(short a, char b) The binaryplusoperator.static doubleShortExtensions.operator_plus(short a, double b) The binaryplusoperator.static floatShortExtensions.operator_plus(short a, float b) The binaryplusoperator.static intShortExtensions.operator_plus(short a, int b) The binaryplusoperator.static longShortExtensions.operator_plus(short a, long b) The binaryplusoperator.static intShortExtensions.operator_plus(short a, short b) The binaryplusoperator.static StringStringExtensions.operator_plus(String a, Object b) The binary+operator that concatenates a string and the string reprentation of an object.static StringStringExtensions.operator_plus(String a, String b) The binary+operator that concatenates two strings.static BigDecimalBigDecimalExtensions.operator_power(BigDecimal a, int exponent) Thepoweroperator.static BigIntegerBigIntegerExtensions.operator_power(BigInteger a, int exponent) Thepoweroperator.static doubleByteExtensions.operator_power(byte a, byte b) The binarypoweroperator.static doubleByteExtensions.operator_power(byte a, char b) The binarypoweroperator.static doubleByteExtensions.operator_power(byte a, double b) The binarypoweroperator.static doubleByteExtensions.operator_power(byte a, float b) The binarypoweroperator.static doubleByteExtensions.operator_power(byte a, int b) The binarypoweroperator.static doubleByteExtensions.operator_power(byte a, long b) The binarypoweroperator.static doubleByteExtensions.operator_power(byte a, short b) The binarypoweroperator.static doubleCharacterExtensions.operator_power(char a, byte b) The binarypoweroperator.static doubleCharacterExtensions.operator_power(char a, char b) The binarypoweroperator.static doubleCharacterExtensions.operator_power(char a, double b) The binarypoweroperator.static doubleCharacterExtensions.operator_power(char a, float b) The binarypoweroperator.static doubleCharacterExtensions.operator_power(char a, int b) The binarypoweroperator.static doubleCharacterExtensions.operator_power(char a, long b) The binarypoweroperator.static doubleCharacterExtensions.operator_power(char a, short b) The binarypoweroperator.static doubleDoubleExtensions.operator_power(double a, byte b) The binarypoweroperator.static doubleDoubleExtensions.operator_power(double a, char b) The binarypoweroperator.static doubleDoubleExtensions.operator_power(double a, double b) The binarypoweroperator.static doubleDoubleExtensions.operator_power(double a, float b) The binarypoweroperator.static doubleDoubleExtensions.operator_power(double a, int b) The binarypoweroperator.static doubleDoubleExtensions.operator_power(double a, long b) The binarypoweroperator.static doubleDoubleExtensions.operator_power(double a, short b) The binarypoweroperator.static doubleDoubleExtensions.operator_power(Double a, Number b) Thepoweroperator.static doubleFloatExtensions.operator_power(float a, byte b) The binarypoweroperator.static doubleFloatExtensions.operator_power(float a, char b) The binarypoweroperator.static doubleFloatExtensions.operator_power(float a, double b) The binarypoweroperator.static doubleFloatExtensions.operator_power(float a, float b) The binarypoweroperator.static doubleFloatExtensions.operator_power(float a, int b) The binarypoweroperator.static doubleFloatExtensions.operator_power(float a, long b) The binarypoweroperator.static doubleFloatExtensions.operator_power(float a, short b) The binarypoweroperator.static doubleIntegerExtensions.operator_power(int a, byte b) The binarypoweroperator.static doubleIntegerExtensions.operator_power(int a, char b) The binarypoweroperator.static doubleIntegerExtensions.operator_power(int a, double b) The binarypoweroperator.static doubleIntegerExtensions.operator_power(int a, float b) The binarypoweroperator.static doubleIntegerExtensions.operator_power(int a, int b) The binarypoweroperator.static doubleIntegerExtensions.operator_power(int a, long b) The binarypoweroperator.static doubleIntegerExtensions.operator_power(int a, short b) The binarypoweroperator.static doubleLongExtensions.operator_power(long a, byte b) The binarypoweroperator.static doubleLongExtensions.operator_power(long a, char b) The binarypoweroperator.static doubleLongExtensions.operator_power(long a, double b) The binarypoweroperator.static doubleLongExtensions.operator_power(long a, float b) The binarypoweroperator.static doubleLongExtensions.operator_power(long a, int b) The binarypoweroperator.static doubleLongExtensions.operator_power(long a, long b) The binarypoweroperator.static doubleLongExtensions.operator_power(long a, short b) The binarypoweroperator.static doubleShortExtensions.operator_power(short a, byte b) The binarypoweroperator.static doubleShortExtensions.operator_power(short a, char b) The binarypoweroperator.static doubleShortExtensions.operator_power(short a, double b) The binarypoweroperator.static doubleShortExtensions.operator_power(short a, float b) The binarypoweroperator.static doubleShortExtensions.operator_power(short a, int b) The binarypoweroperator.static doubleShortExtensions.operator_power(short a, long b) The binarypoweroperator.static doubleShortExtensions.operator_power(short a, short b) The binarypoweroperator.static <C> intComparableExtensions.operator_spaceship(Comparable<? super C> left, C right) The spaceship operator<=>.static booleanByteExtensions.operator_tripleEquals(byte a, byte b) Theidentity equalsoperator.static booleanByteExtensions.operator_tripleEquals(byte a, char b) Theidentity equalsoperator.static booleanByteExtensions.operator_tripleEquals(byte a, double b) Theidentity equalsoperator.static booleanByteExtensions.operator_tripleEquals(byte a, float b) Theidentity equalsoperator.static booleanByteExtensions.operator_tripleEquals(byte a, int b) Theidentity equalsoperator.static booleanByteExtensions.operator_tripleEquals(byte a, long b) Theidentity equalsoperator.static booleanByteExtensions.operator_tripleEquals(byte a, short b) Theidentity equalsoperator.static booleanCharacterExtensions.operator_tripleEquals(char a, byte b) Theidentity equalsoperator.static booleanCharacterExtensions.operator_tripleEquals(char a, char b) Theidentity equalsoperator.static booleanCharacterExtensions.operator_tripleEquals(char a, double b) Theidentity equalsoperator.static booleanCharacterExtensions.operator_tripleEquals(char a, float b) Theidentity equalsoperator.static booleanCharacterExtensions.operator_tripleEquals(char a, int b) Theidentity equalsoperator.static booleanCharacterExtensions.operator_tripleEquals(char a, long b) Theidentity equalsoperator.static booleanCharacterExtensions.operator_tripleEquals(char a, short b) Theidentity equalsoperator.static booleanDoubleExtensions.operator_tripleEquals(double a, byte b) Theidentity equalsoperator.static booleanDoubleExtensions.operator_tripleEquals(double a, char b) Theidentity equalsoperator.static booleanDoubleExtensions.operator_tripleEquals(double a, double b) Theidentity equalsoperator.static booleanDoubleExtensions.operator_tripleEquals(double a, float b) Theidentity equalsoperator.static booleanDoubleExtensions.operator_tripleEquals(double a, int b) Theidentity equalsoperator.static booleanDoubleExtensions.operator_tripleEquals(double a, long b) Theidentity equalsoperator.static booleanDoubleExtensions.operator_tripleEquals(double a, short b) Theidentity equalsoperator.static booleanFloatExtensions.operator_tripleEquals(float a, byte b) Theidentity equalsoperator.static booleanFloatExtensions.operator_tripleEquals(float a, char b) Theidentity equalsoperator.static booleanFloatExtensions.operator_tripleEquals(float a, double b) Theidentity equalsoperator.static booleanFloatExtensions.operator_tripleEquals(float a, float b) Theidentity equalsoperator.static booleanFloatExtensions.operator_tripleEquals(float a, int b) Theidentity equalsoperator.static booleanFloatExtensions.operator_tripleEquals(float a, long b) Theidentity equalsoperator.static booleanFloatExtensions.operator_tripleEquals(float a, short b) Theidentity equalsoperator.static booleanIntegerExtensions.operator_tripleEquals(int a, byte b) Theidentity equalsoperator.static booleanIntegerExtensions.operator_tripleEquals(int a, char b) Theidentity equalsoperator.static booleanIntegerExtensions.operator_tripleEquals(int a, double b) Theidentity equalsoperator.static booleanIntegerExtensions.operator_tripleEquals(int a, float b) Theidentity equalsoperator.static booleanIntegerExtensions.operator_tripleEquals(int a, int b) Theidentity equalsoperator.static booleanIntegerExtensions.operator_tripleEquals(int a, long b) Theidentity equalsoperator.static booleanIntegerExtensions.operator_tripleEquals(int a, short b) Theidentity equalsoperator.static booleanLongExtensions.operator_tripleEquals(long a, byte b) Theidentity equalsoperator.static booleanLongExtensions.operator_tripleEquals(long a, char b) Theidentity equalsoperator.static booleanLongExtensions.operator_tripleEquals(long a, double b) Theidentity equalsoperator.static booleanLongExtensions.operator_tripleEquals(long a, float b) Theidentity equalsoperator.static booleanLongExtensions.operator_tripleEquals(long a, int b) Theidentity equalsoperator.static booleanLongExtensions.operator_tripleEquals(long a, long b) Theidentity equalsoperator.static booleanLongExtensions.operator_tripleEquals(long a, short b) Theidentity equalsoperator.static booleanObjectExtensions.operator_tripleEquals(Object a, Object b) Theidentity equalsoperator.static booleanShortExtensions.operator_tripleEquals(short a, byte b) Theidentity equalsoperator.static booleanShortExtensions.operator_tripleEquals(short a, char b) Theidentity equalsoperator.static booleanShortExtensions.operator_tripleEquals(short a, double b) Theidentity equalsoperator.static booleanShortExtensions.operator_tripleEquals(short a, float b) Theidentity equalsoperator.static booleanShortExtensions.operator_tripleEquals(short a, int b) Theidentity equalsoperator.static booleanShortExtensions.operator_tripleEquals(short a, long b) Theidentity equalsoperator.static booleanShortExtensions.operator_tripleEquals(short a, short b) Theidentity equalsoperator.static intIntegerExtensions.operator_tripleGreaterThan(int a, int distance) The binaryunsigned right shiftoperator.static longLongExtensions.operator_tripleGreaterThan(long a, int distance) The binaryunsigned right shiftoperator.static booleanByteExtensions.operator_tripleNotEquals(byte a, byte b) Theidentity not equalsoperator.static booleanByteExtensions.operator_tripleNotEquals(byte a, char b) Theidentity not equalsoperator.static booleanByteExtensions.operator_tripleNotEquals(byte a, double b) Theidentity not equalsoperator.static booleanByteExtensions.operator_tripleNotEquals(byte a, float b) Theidentity not equalsoperator.static booleanByteExtensions.operator_tripleNotEquals(byte a, int b) Theidentity not equalsoperator.static booleanByteExtensions.operator_tripleNotEquals(byte a, long b) Theidentity not equalsoperator.static booleanByteExtensions.operator_tripleNotEquals(byte a, short b) Theidentity not equalsoperator.static booleanCharacterExtensions.operator_tripleNotEquals(char a, byte b) Theidentity not equalsoperator.static booleanCharacterExtensions.operator_tripleNotEquals(char a, char b) Theidentity not equalsoperator.static booleanCharacterExtensions.operator_tripleNotEquals(char a, double b) Theidentity not equalsoperator.static booleanCharacterExtensions.operator_tripleNotEquals(char a, float b) Theidentity not equalsoperator.static booleanCharacterExtensions.operator_tripleNotEquals(char a, int b) Theidentity not equalsoperator.static booleanCharacterExtensions.operator_tripleNotEquals(char a, long b) Theidentity not equalsoperator.static booleanCharacterExtensions.operator_tripleNotEquals(char a, short b) Theidentity not equalsoperator.static booleanDoubleExtensions.operator_tripleNotEquals(double a, byte b) Theidentity not equalsoperator.static booleanDoubleExtensions.operator_tripleNotEquals(double a, char b) Theidentity not equalsoperator.static booleanDoubleExtensions.operator_tripleNotEquals(double a, double b) Theidentity not equalsoperator.static booleanDoubleExtensions.operator_tripleNotEquals(double a, float b) Theidentity not equalsoperator.static booleanDoubleExtensions.operator_tripleNotEquals(double a, int b) Theidentity not equalsoperator.static booleanDoubleExtensions.operator_tripleNotEquals(double a, long b) Theidentity not equalsoperator.static booleanDoubleExtensions.operator_tripleNotEquals(double a, short b) Theidentity not equalsoperator.static booleanFloatExtensions.operator_tripleNotEquals(float a, byte b) Theidentity not equalsoperator.static booleanFloatExtensions.operator_tripleNotEquals(float a, char b) Theidentity not equalsoperator.static booleanFloatExtensions.operator_tripleNotEquals(float a, double b) Theidentity not equalsoperator.static booleanFloatExtensions.operator_tripleNotEquals(float a, float b) Theidentity not equalsoperator.static booleanFloatExtensions.operator_tripleNotEquals(float a, int b) Theidentity not equalsoperator.static booleanFloatExtensions.operator_tripleNotEquals(float a, long b) Theidentity not equalsoperator.static booleanFloatExtensions.operator_tripleNotEquals(float a, short b) Theidentity not equalsoperator.static booleanIntegerExtensions.operator_tripleNotEquals(int a, byte b) Theidentity not equalsoperator.static booleanIntegerExtensions.operator_tripleNotEquals(int a, char b) Theidentity not equalsoperator.static booleanIntegerExtensions.operator_tripleNotEquals(int a, double b) Theidentity not equalsoperator.static booleanIntegerExtensions.operator_tripleNotEquals(int a, float b) Theidentity not equalsoperator.static booleanIntegerExtensions.operator_tripleNotEquals(int a, int b) Theidentity not equalsoperator.static booleanIntegerExtensions.operator_tripleNotEquals(int a, long b) Theidentity not equalsoperator.static booleanIntegerExtensions.operator_tripleNotEquals(int a, short b) Theidentity not equalsoperator.static booleanLongExtensions.operator_tripleNotEquals(long a, byte b) Theidentity not equalsoperator.static booleanLongExtensions.operator_tripleNotEquals(long a, char b) Theidentity not equalsoperator.static booleanLongExtensions.operator_tripleNotEquals(long a, double b) Theidentity not equalsoperator.static booleanLongExtensions.operator_tripleNotEquals(long a, float b) Theidentity not equalsoperator.static booleanLongExtensions.operator_tripleNotEquals(long a, int b) Theidentity not equalsoperator.static booleanLongExtensions.operator_tripleNotEquals(long a, long b) Theidentity not equalsoperator.static booleanLongExtensions.operator_tripleNotEquals(long a, short b) Theidentity not equalsoperator.static booleanObjectExtensions.operator_tripleNotEquals(Object a, Object b) Theidentity not equalsoperator.static booleanShortExtensions.operator_tripleNotEquals(short a, byte b) Theidentity not equalsoperator.static booleanShortExtensions.operator_tripleNotEquals(short a, char b) Theidentity not equalsoperator.static booleanShortExtensions.operator_tripleNotEquals(short a, double b) Theidentity not equalsoperator.static booleanShortExtensions.operator_tripleNotEquals(short a, float b) Theidentity not equalsoperator.static booleanShortExtensions.operator_tripleNotEquals(short a, int b) Theidentity not equalsoperator.static booleanShortExtensions.operator_tripleNotEquals(short a, long b) Theidentity not equalsoperator.static booleanShortExtensions.operator_tripleNotEquals(short a, short b) Theidentity not equalsoperator.static IntegerRangeIntegerExtensions.operator_upTo(int a, int b) The..operator yields anIntegerRange.static <T> Iterable<T>Returns the elements ofunfilteredthat are not instanceoftype.static <T> Iterable<T>IterableExtensions.reject(Iterable<T> unfiltered, Functions.Function1<? super T, Boolean> predicate) Returns the elements ofunfilteredthat do not satisfy a predicate.static <T> Iterator<T>IteratorExtensions.reject(Iterator<T> unfiltered, Functions.Function1<? super T, Boolean> predicate) Returns the elements ofunfilteredthat do not satisfy a predicate.static <T> List<T>ListExtensions.reverseView(List<T> list) Provides a reverse view on the given list which is especially useful to traverse a list backwards in a for-each loop.static intIntegerExtensions.shiftLeft(int a, int distance) Deprecated.static longLongExtensions.shiftLeft(long a, int distance) Deprecated.useLongExtensions.operator_doubleLessThan(long, int)instead.static intIntegerExtensions.shiftRight(int a, int distance) Deprecated.static longLongExtensions.shiftRight(long a, int distance) Deprecated.useLongExtensions.operator_doubleGreaterThan(long, int)instead.static intIntegerExtensions.shiftRightUnsigned(int a, int distance) Deprecated.static longLongExtensions.shiftRightUnsigned(long a, int distance) Deprecated.useLongExtensions.operator_tripleGreaterThan(long, int)instead.intExclusiveRange.size()Returns the number of elements in this ExclusiveRange.static <T> Iterator<T>Returns a view on this iterator that provides at most the firstcountentries.static StringStringExtensions.toFirstLower(String s) static StringStringExtensions.toFirstUpper(String s) static <T> Iterable<T>IteratorExtensions.toIterable(Iterator<T> iterator) static <K,V> Map<K, V> Merge the given maps.static ObjectConversions.unwrapArray(Object value) Unwrapsobjectto extract the original array if and only ifobjectwas previously created byConversions.doWrapArray(Object).static ObjectConversions.unwrapArray(Object value, Class<?> componentType) Unwrapsobjectto extract the original array if and only ifobjectwas previously created byConversions.doWrapArray(Object).IntegerRange.withStep(int step) static booleanBooleanExtensions.xor(boolean a, boolean b) A logicalxor.Constructors in org.eclipse.xtext.xbase.lib with annotations of type PureModifierConstructorDescriptionExclusiveRange(int start, int end, boolean increment) Constructs a new ExclusiveRange object.IntegerRange(int start, int end) Constructs a new IntegerRange object.IntegerRange(int start, int end, int step) Constructs a new IntegerRange object.Creates a new instance with the given key and value.
IntegerExtensions.operator_doubleLessThan(int, int)instead