A B C D E F G H I J K L M N O P Q R S T U V W X Y Z 

T

T - Static variable in class propel.core.common.CONSTANT
The T letter
t - Static variable in class propel.core.common.CONSTANT
The t letter
TAB - Static variable in class propel.core.common.CONSTANT
The tab String "\t"
TAB_CHAR - Static variable in class propel.core.common.CONSTANT
The tab char '\t'
take(Iterable<T>, int) - Static method in class propel.core.utils.Linq
Returns up to the specified number of elements from the given sequence.
take(T[], int) - Static method in class propel.core.utils.Linq
Returns up to the specified number of elements from the given sequence.
takeWhile(Iterable<T>, Predicates.Predicate1<? super T>) - Static method in class propel.core.utils.Linq
Returns items in the sequence while a predicate is true.
takeWhile(T[], Predicates.Predicate1<? super T>) - Static method in class propel.core.utils.Linq
Returns items in the sequence while a predicate is true.
ThreadUtils - Class in propel.core.utils
Common utilities around threading
THREE - Static variable in class propel.core.common.CONSTANT
The 3 number
throwDetailed(Object, Throwable) - Static method in class propel.core.functional.projections.MiscProjections
Action that throws the specified exception when being invoked.
throwDetailedFunc(Object, Throwable) - Static method in class propel.core.functional.projections.MiscProjections
Action that throws the specified exception when being invoked.
throwException(Throwable) - Static method in class propel.core.functional.projections.MiscProjections
Action that throws the specified exception when being invoked.
throwExceptionFunc(Throwable) - Static method in class propel.core.functional.projections.MiscProjections
Action that throws the specified exception when being invoked.
TILDE - Static variable in class propel.core.common.CONSTANT
The tilde String "~"
TILDE_CHAR - Static variable in class propel.core.common.CONSTANT
The tilde char '~'
TIMEOUT_INFINITE - Static variable in class propel.core.common.CONSTANT
A constant similar to Timeout.Infinite in .NET
titleCase(String) - Static method in class propel.core.utils.StringUtils
Title-cases a string
to(Integer, Integer) - Static method in class propel.core.utils.NumericUtils
Returns a range from start (inclusive) to end (inclusive)
to(Long, Long) - Static method in class propel.core.utils.NumericUtils
Returns a range from start (inclusive) to end (inclusive)
to(Character, Character) - Static method in class propel.core.utils.StringUtils
Returns a character range from start to end (inclusive)
toAlphanumeric(UnsignedLong) - Static method in class propel.core.utils.ConversionUtils
Converts a number to alphanumeric, e.g.
toAlphanumeric(UnsignedLong, boolean) - Static method in class propel.core.utils.ConversionUtils
Converts a number to alphanumeric, e.g.
toAlphanumeric(byte[]) - Static method in class propel.core.utils.ConversionUtils
Converts a byte array to alphanumeric
toAlphanumeric(byte[], int, int) - Static method in class propel.core.utils.ConversionUtils
Converts a byte array to alphanumeric
toArray() - Method in class propel.core.collections.buffers.CircularBuffer
Puts all elements in an array copy and returns them.
toArray() - Method in interface propel.core.collections.buffers.IBuffer
Puts all elements in an array and returns them.
toArray() - Method in class propel.core.collections.buffers.LRUBuffer
Returns all elements in an array copy.
toArray() - Method in class propel.core.collections.buffers.SharedBuffer
Puts all elements in an array copy and returns them.
toArray() - Method in interface propel.core.collections.IValueStore
Puts all elements in an array and returns them.
toArray() - Method in class propel.core.collections.lists.ReifiedArrayList
Returns all elements in an array copy.
toArray(T[]) - Method in class propel.core.collections.lists.ReifiedArrayList
Returns all elements in an array.
toArray() - Method in class propel.core.collections.lists.ReifiedLinkedList
Returns all elements in an array copy.
toArray() - Method in interface propel.core.collections.lists.ReifiedList
Returns all elements in an array copy.
toArray() - Method in class propel.core.collections.lists.SharedList
Returns all elements in an array copy.
toArray(T[]) - Method in class propel.core.collections.lists.SharedList
Returns all elements in an array.
toArray() - Method in class propel.core.collections.lists.SortedList
Returns an ordered copy of elements.
toArray() - Method in class propel.core.collections.maps.avl.KeyCollection
Returns the key of all key/value pairs, in ascending key order.
toArray(T[]) - Method in class propel.core.collections.maps.avl.KeyCollection
Deprecated.
toArray() - Method in class propel.core.collections.maps.avl.ValueCollection
Returns the key of all key/value pairs, in ascending key order.
toArray(T[]) - Method in class propel.core.collections.maps.avl.ValueCollection
Deprecated.
toArray() - Method in interface propel.core.collections.queues.ISharedQueue
Puts all elements in an array and returns them.
toArray() - Method in class propel.core.collections.queues.SharedQueue
Puts all elements in an array and returns them.
toArray() - Method in class propel.core.collections.sets.AvlTreeSet
Puts all elements in an array and returns them.
toArray() - Method in class propel.core.collections.sets.SharedAvlTreeSet
Puts all elements in an array and returns them.
toArray() - Method in interface propel.core.collections.stacks.ISharedStack
Puts all elements in an array and returns them.
toArray() - Method in class propel.core.collections.stacks.SharedStack
Puts all elements in an array and returns them.
toArray() - Method in class propel.core.collections.volatiles.ValueSessionStore
Puts all elements in an array and returns them.
toArray(Enumeration<T>, Class<?>) - Static method in class propel.core.utils.Linq
Converts an enumeration to an array.
toArray(ReifiedList<T>) - Static method in class propel.core.utils.Linq
Converts a list to an array.
toArray(ReifiedIterable<T>) - Static method in class propel.core.utils.Linq
Converts an iterable to an array.
toArray(Iterable<T>, Class<?>) - Static method in class propel.core.utils.Linq
Converts an iterable to an array.
toArray(Collection<T>, Class<?>) - Static method in class propel.core.utils.Linq
Converts a collection to an array.
toAvlHashtable(Iterable<T>, Functions.Function1<T, TKey>, Functions.Function1<T, TValue>) - Static method in class propel.core.utils.Linq
Converts a sequence of items into a key/value AVL tree.
toAvlHashtable(T[], Functions.Function1<T, TKey>, Functions.Function1<T, TValue>) - Static method in class propel.core.utils.Linq
Converts a sequence of items into a key/value AVL hashtable.
toBase64(UnsignedLong) - Static method in class propel.core.utils.ConversionUtils
Converts a number to Base64.
toBase64(long) - Static method in class propel.core.utils.ConversionUtils
Converts a number to Base64.
toBase64(UnsignedInteger) - Static method in class propel.core.utils.ConversionUtils
Converts a number to Base64.
toBase64(int) - Static method in class propel.core.utils.ConversionUtils
Converts a number to Base64.
toBase64(UnsignedShort) - Static method in class propel.core.utils.ConversionUtils
Converts a number to Base64.
toBase64(short) - Static method in class propel.core.utils.ConversionUtils
Converts a number to Base64.
toBase64(byte) - Static method in class propel.core.utils.ConversionUtils
Converts a number to Base64.
toBase64(byte[]) - Static method in class propel.core.utils.ConversionUtils
Converts a byte array to Base64.
toBase64(byte[], int, int) - Static method in class propel.core.utils.ConversionUtils
Converts a byte array to Base64.
toBinary(UnsignedLong, boolean) - Static method in class propel.core.utils.ConversionUtils
Converts a number to binary, e.g.
toBinary(UnsignedLong) - Static method in class propel.core.utils.ConversionUtils
Converts a number to binary, e.g.
toBinary(long, boolean) - Static method in class propel.core.utils.ConversionUtils
Converts a number to binary, e.g.
toBinary(long) - Static method in class propel.core.utils.ConversionUtils
Converts a number to binary, e.g.
toBinary(UnsignedInteger, boolean) - Static method in class propel.core.utils.ConversionUtils
Converts a number to binary, e.g.
toBinary(UnsignedInteger) - Static method in class propel.core.utils.ConversionUtils
Converts a number to binary, e.g.
toBinary(int, boolean) - Static method in class propel.core.utils.ConversionUtils
Converts a number to binary, e.g.
toBinary(int) - Static method in class propel.core.utils.ConversionUtils
Converts a number to binary, e.g.
toBinary(UnsignedShort, boolean) - Static method in class propel.core.utils.ConversionUtils
Converts a number to binary, e.g.
toBinary(UnsignedShort) - Static method in class propel.core.utils.ConversionUtils
Converts a number to binary, e.g.
toBinary(short, boolean) - Static method in class propel.core.utils.ConversionUtils
Converts a number to binary, e.g.
toBinary(short) - Static method in class propel.core.utils.ConversionUtils
Converts a number to binary, e.g.
toBinary(UnsignedByte, boolean) - Static method in class propel.core.utils.ConversionUtils
Converts a number to binary, e.g.
toBinary(UnsignedByte) - Static method in class propel.core.utils.ConversionUtils
Converts a number to binary, e.g.
toBinary(byte, boolean) - Static method in class propel.core.utils.ConversionUtils
Converts a number to binary, e.g.
toBinary(byte) - Static method in class propel.core.utils.ConversionUtils
Converts a number to binary
toBinary(byte[]) - Static method in class propel.core.utils.ConversionUtils
Converts a byte array to a binary string.
toBinary(byte[], int, int) - Static method in class propel.core.utils.ConversionUtils
Converts a byte array to a binary string.
toByteArray(String) - Static method in class propel.core.utils.ConversionUtils
Converts a UTF8-encoded string to a byte[]
toByteArray(String, int, int) - Static method in class propel.core.utils.ConversionUtils
Converts a UTF8-encoded string to a byte[]
toByteArray(String, Charset) - Static method in class propel.core.utils.ConversionUtils
Converts a string to a byte[]
toByteArray(String, Charset, int, int) - Static method in class propel.core.utils.ConversionUtils
Converts a string to a byte[]
toCollection(T[], Collection<T>) - Static method in class propel.core.utils.ArrayUtils
Puts all elements from an array to a collection
toHex(UnsignedLong) - Static method in class propel.core.utils.ConversionUtils
Converts a number to hex, e.g.
toHex(UnsignedLong, boolean) - Static method in class propel.core.utils.ConversionUtils
Converts a number to hex, e.g.
toHex(long) - Static method in class propel.core.utils.ConversionUtils
Converts a number to hex, e.g.
toHex(long, boolean) - Static method in class propel.core.utils.ConversionUtils
Converts a number to hex, e.g.
toHex(UnsignedInteger) - Static method in class propel.core.utils.ConversionUtils
Converts a number to hex, e.g.
toHex(UnsignedInteger, boolean) - Static method in class propel.core.utils.ConversionUtils
Converts a number to hex, e.g.
toHex(int) - Static method in class propel.core.utils.ConversionUtils
Converts a number to hex, e.g.
toHex(int, boolean) - Static method in class propel.core.utils.ConversionUtils
Converts a number to hex, e.g.
toHex(UnsignedShort) - Static method in class propel.core.utils.ConversionUtils
Converts a number to hex, e.g.
toHex(UnsignedShort, boolean) - Static method in class propel.core.utils.ConversionUtils
Converts a number to hex, e.g.
toHex(short) - Static method in class propel.core.utils.ConversionUtils
Converts a number to hex, e.g.
toHex(short, boolean) - Static method in class propel.core.utils.ConversionUtils
Converts a number to hex, e.g.
toHex(UnsignedByte) - Static method in class propel.core.utils.ConversionUtils
Converts a number to hex, e.g.
toHex(UnsignedByte, boolean) - Static method in class propel.core.utils.ConversionUtils
Converts a number to hex, e.g.
toHex(byte) - Static method in class propel.core.utils.ConversionUtils
Converts a number to hex, e.g.
toHex(byte, boolean) - Static method in class propel.core.utils.ConversionUtils
Converts a number to hex, e.g.
toHex(byte[]) - Static method in class propel.core.utils.ConversionUtils
Converts a byte array to hex Hex representations can be endian dependent.
toHex(byte[], int, int) - Static method in class propel.core.utils.ConversionUtils
Converts a byte array to hex Hex representations can be endian dependent.
toHtml(String) - Static method in class propel.core.utils.EscapingUtils
Escapes a String for use in HTML Strings e.g.
toHumanReadable(Period) - Static method in class propel.core.utils.ConversionUtils
 
toHumanReadable(Duration) - Static method in class propel.core.utils.ConversionUtils
Returns the value of the given timespan in a human-readable form, appending the suffix.
toHumanReadable(Duration, String) - Static method in class propel.core.utils.ConversionUtils
Returns the value of the given timespan in a human-readable form, appending the suffix.
toHumanReadable(long) - Static method in class propel.core.utils.ConversionUtils
Returns the value of the given number in a human-readable form.
toHumanReadable(int) - Static method in class propel.core.utils.ConversionUtils
Returns the value of the given number in a human-readable form.
toHumanReadable(short) - Static method in class propel.core.utils.ConversionUtils
Returns the value of the given number in a human-readable form.
toHumanReadable(byte) - Static method in class propel.core.utils.ConversionUtils
Returns the value of the given number in a human-readable form.
toHumanReadable(float) - Static method in class propel.core.utils.ConversionUtils
Returns the value of the given number in a human-readable form.
toHumanReadable(float, int) - Static method in class propel.core.utils.ConversionUtils
Returns the value of the given number in a human-readable form.
toHumanReadable(double) - Static method in class propel.core.utils.ConversionUtils
Returns the value of the given number in a human-readable form.
toHumanReadable(double, int) - Static method in class propel.core.utils.ConversionUtils
Returns the value of the given number in a human-readable form.
toHumanReadable(BigDecimal) - Static method in class propel.core.utils.ConversionUtils
Returns the value of the given number in a human-readable form.
toHumanReadable(BigDecimal, int) - Static method in class propel.core.utils.ConversionUtils
Returns the value of the given number in a human-readable form.
toInt16(byte[]) - Static method in class propel.core.utils.ByteArrayUtils
Inverse function of GetBytes(short)
toInt32(byte[]) - Static method in class propel.core.utils.ByteArrayUtils
Inverse function of GetBytes(int)
toInt64(byte[]) - Static method in class propel.core.utils.ByteArrayUtils
Inverse function of GetBytes(long)
toLinkedList(T[]) - Static method in class propel.core.utils.ArrayUtils
Returns the given array as a LinkedList (a class operating as a Queue or Stack).
toList() - Method in class propel.core.collections.buffers.CircularBuffer
Puts all elements in a list copy and returns them.
toList() - Method in interface propel.core.collections.buffers.IBuffer
Puts all elements in a list and returns them.
toList() - Method in class propel.core.collections.buffers.LRUBuffer
Puts all elements in a list copy and returns them.
toList() - Method in class propel.core.collections.buffers.SharedBuffer
Puts all elements in a list copy and returns them.
toList() - Method in interface propel.core.collections.IValueStore
Puts all elements in an array and returns them.
toList() - Method in interface propel.core.collections.lists.ISharedList
Returns all elements as a list.
toList() - Method in class propel.core.collections.lists.ReifiedArrayList
Returns a copy of this list.
toList() - Method in class propel.core.collections.lists.ReifiedLinkedList
Returns a copy of this list.
toList() - Method in class propel.core.collections.lists.SharedList
Returns a copy of this list.
toList() - Method in class propel.core.collections.maps.avl.KeyCollection
Returns the key of all key/value pairs, in ascending key order.
toList() - Method in class propel.core.collections.maps.avl.ValueCollection
Returns the key of all key/value pairs, in ascending key order.
toList() - Method in interface propel.core.collections.queues.ISharedQueue
Puts all elements in a list and returns them.
toList() - Method in class propel.core.collections.queues.SharedQueue
Puts all elements in a list and returns them.
toList() - Method in class propel.core.collections.sets.AvlTreeSet
Puts all elements in a list and returns them.
toList() - Method in class propel.core.collections.sets.SharedAvlTreeSet
Puts all elements in a list and returns them.
toList() - Method in interface propel.core.collections.stacks.ISharedStack
Puts all elements in a list and returns them
toList() - Method in class propel.core.collections.stacks.SharedStack
Puts all elements in a list and returns them.
toList() - Method in class propel.core.collections.volatiles.ValueSessionStore
Puts all elements in a list and returns them.
toList(T[]) - Static method in class propel.core.utils.ArrayUtils
Converts an array to a list.
toList(Enumeration<? extends T>) - Static method in class propel.core.utils.Linq
Converts an enumeration to a list
toList(Enumeration<T>, Class<?>) - Static method in class propel.core.utils.Linq
Converts an enumeration to a list
toList(Iterable<? extends T>) - Static method in class propel.core.utils.Linq
Converts an Iterable to a list
toList(Iterable<T>, Class<?>) - Static method in class propel.core.utils.Linq
Converts an iterable to a list
toList(ReifiedIterable<T>) - Static method in class propel.core.utils.Linq
Converts an iterable to a list
toList(T[]) - Static method in class propel.core.utils.Linq
Converts an array to a list
toLowerCase(String) - Static method in class propel.core.functional.projections.Strings
Calls toLowerCase() on function arguments
toReadOnly(List<T>) - Static method in class propel.core.utils.ImmutableUtils
Returns a read-only version of the given collection
toReadOnly(Set<T>) - Static method in class propel.core.utils.ImmutableUtils
Returns a read-only version of the given collection
toReadOnly(Queue<T>) - Static method in class propel.core.utils.ImmutableUtils
Returns a read-only version of the given collection
toReadOnly(Deque<T>) - Static method in class propel.core.utils.ImmutableUtils
Returns a read-only version of the given collection
toReadOnly(Map<K, V>) - Static method in class propel.core.utils.ImmutableUtils
Returns a read-only version of the given collection
toReadOnly(ConcurrentMap<K, V>) - Static method in class propel.core.utils.ImmutableUtils
Returns a read-only version of the given collection
toReadOnly(ReifiedArray<T>) - Static method in class propel.core.utils.ImmutableUtils
Returns a read-only version of the given collection
toReadOnly(ReifiedList<T>) - Static method in class propel.core.utils.ImmutableUtils
Returns a read-only version of the given collection
toReadOnly(ISharedList<T>) - Static method in class propel.core.utils.ImmutableUtils
Returns a read-only version of the given collection
toReadOnly(IHashtable<K, V>) - Static method in class propel.core.utils.ImmutableUtils
Returns a read-only version of the given collection
toReadOnly(ISharedHashtable<K, V>) - Static method in class propel.core.utils.ImmutableUtils
Returns a read-only version of the given collection
toReadOnly(IListMap<K, V>) - Static method in class propel.core.utils.ImmutableUtils
Returns a read-only version of the given collection
toReadOnly(IMapMultimap<T, K, V>) - Static method in class propel.core.utils.ImmutableUtils
Returns a read-only version of the given collection
toReadOnly(ISharedMapMultimap<T, K, V>) - Static method in class propel.core.utils.ImmutableUtils
Returns a read-only version of the given collection
toReadOnly(ILongHashMap<V>) - Static method in class propel.core.utils.ImmutableUtils
Returns a read-only version of the given collection
toReadOnly(ReifiedSet<T>) - Static method in class propel.core.utils.ImmutableUtils
Returns a read-only version of the given collection
toSortedList(T[]) - Static method in class propel.core.utils.ArrayUtils
Returns the given array as a PriorityQueue.
toSortedList(T[], Comparator<? super T>) - Static method in class propel.core.utils.ArrayUtils
Returns the given array as a PriorityQueue.
toString() - Method in class propel.core.collections.KeyValuePair
toString() - Method in class propel.core.common.StackTraceLogger
toString() - Method in class propel.core.userTypes.Int128
toString() - Method in class propel.core.userTypes.SignedByte
toString() - Method in class propel.core.userTypes.UnsignedByte
toString() - Method in class propel.core.userTypes.UnsignedInteger
toString() - Method in class propel.core.userTypes.UnsignedLong
toString() - Method in class propel.core.userTypes.UnsignedShort
toString(byte[]) - Static method in class propel.core.utils.ConversionUtils
Converts a byte array to a UTF8-encoded string
toString(byte[], int, int) - Static method in class propel.core.utils.ConversionUtils
Converts a byte array to a UTF8-encoded string
toString(byte[], Charset) - Static method in class propel.core.utils.ConversionUtils
Converts a byte array to an encoded string
toString(byte[], Charset, int, int) - Static method in class propel.core.utils.ConversionUtils
Converts a byte array to an encoded string
toString() - Method in class propel.core.utils.MemberInfo
toString() - Method in class propel.core.utils.PropertyInfo
toStringify(T[]) - Static method in class propel.core.functional.projections.Arrays
Returns the string representation of the array
toStringify(Object) - Static method in class propel.core.functional.projections.Objects
Calls toString() on function arguments
toStringifyDeep(T[]) - Static method in class propel.core.functional.projections.Arrays
Returns the deep string representation of the array
toStringifyNullCoalescing(Object) - Static method in class propel.core.functional.projections.Objects
Calls toString() on function arguments, null-coalescing (uses empty string)
toStringifySafe(Object, String) - Static method in class propel.core.functional.projections.Objects
Calls toString() on function arguments, using a default value when null is encountered
toTitleCase(String) - Static method in class propel.core.functional.projections.Strings
Calls titleCase() on function arguments
touchDirectory(File) - Static method in class propel.core.utils.FileUtils
Touches a directory, i.e.
touchDirectory(String) - Static method in class propel.core.utils.FileUtils
Touches a directory, i.e.
touchFile(File) - Static method in class propel.core.utils.FileUtils
Touches a file, i.e.
touchFile(String) - Static method in class propel.core.utils.FileUtils
Touches a file, i.e.
toUInt16(byte[]) - Static method in class propel.core.utils.ByteArrayUtils
Inverse function of GetBytes(UnsignedShort)
toUInt32(byte[]) - Static method in class propel.core.utils.ByteArrayUtils
Inverse function of GetBytes(UnsignedInteger)
toUInt64(byte[]) - Static method in class propel.core.utils.ByteArrayUtils
Inverse function of GetBytes(UnsignedLong)
toUpperCase(String) - Static method in class propel.core.functional.projections.Strings
Calls toUpperCase() on function arguments
toUrl(String) - Static method in class propel.core.utils.EscapingUtils
Escapes a String for use in URLs e.g.
toXml(String) - Static method in class propel.core.utils.EscapingUtils
Escapes a String for use in XML Strings e.g.
toXMLDuration(Duration) - Static method in class propel.core.utils.ConversionUtils
Converts a Joda Duration object to an XML Duration data type
toXMLGregorianCalendar(LocalDateTime) - Static method in class propel.core.utils.ConversionUtils
Converts a Joda LocalDateTime object to an XML Gregorian Calendar data type
TRADEMARK - Static variable in class propel.core.common.CONSTANT
The trademark String "™"
TRADEMARK_CHAR - Static variable in class propel.core.common.CONSTANT
The trademark char'™'
TransactionManager - Class in propel.core.transactional
Allows for actions to be executed in a transactional manner, i.e.
TransactionManager() - Constructor for class propel.core.transactional.TransactionManager
Default constructor
trim(String) - Static method in class propel.core.functional.projections.Strings
Returns the trimmed version of the given string
trim(String) - Static method in class propel.core.utils.StringUtils
Trims a value of all whitespace chars, i.e.
trim(String, char[]) - Static method in class propel.core.utils.StringUtils
Trims a value of all the given chars.
trim(String, String, StringComparison) - Static method in class propel.core.utils.StringUtils
Trims a value using the trimmed string.
trimEnd(String, char[]) - Static method in class propel.core.functional.projections.Strings
Trims the end and returns the given string
trimEnd(String, char) - Static method in class propel.core.utils.StringUtils
Trims a value's tail of all the instance of the given char.
trimEnd(String, char[]) - Static method in class propel.core.utils.StringUtils
Trims a value's tail of all the given chars.
trimEnd(String, String, StringComparison) - Static method in class propel.core.utils.StringUtils
Trims a value using the trimmed string.
trimStart(String, char[]) - Static method in class propel.core.functional.projections.Strings
Trims the start and returns the given string
trimStart(String, char) - Static method in class propel.core.utils.StringUtils
Trims a value's beginning of all instances of the given char.
trimStart(String, char[]) - Static method in class propel.core.utils.StringUtils
Trims a value's beginning of all the given chars.
trimStart(String, String, StringComparison) - Static method in class propel.core.utils.StringUtils
Trims a value using the trimmed string.
Triple<T1,T2,T3> - Class in propel.core.functional.tuples
A tuple having three items
Triple() - Constructor for class propel.core.functional.tuples.Triple
 
tripleFirstSelector(Triple<TFirst, TSecond, TThird>) - Static method in class propel.core.functional.projections.Tuples
Returns the first element of the triple
tripleSecondSelector(Triple<TFirst, TSecond, TThird>) - Static method in class propel.core.functional.projections.Tuples
Returns the second element of the triple
tripleThirdSelector(Triple<TFirst, TSecond, TThird>) - Static method in class propel.core.functional.projections.Tuples
Returns the third element of the triple
TRUE - Static variable in class propel.core.common.CONSTANT
The String value "true"
truncate(String, int) - Static method in class propel.core.utils.StringUtils
Cuts the tail of a string, at the specified index.
truncateIfLonger(String, int) - Static method in class propel.core.utils.StringUtils
Cuts the tail of a string, if it exceeds a specified index, otherwise does nothing.
tryCloneFile(File, String) - Static method in class propel.core.utils.FileUtils
Clones a file from source to destination, returning true if the operation was successful.
tryCloneFile(String, String) - Static method in class propel.core.utils.FileUtils
Clones a file from source to destination, returning true if the operation was successful.
tryCopyFile(File, String) - Static method in class propel.core.functional.projections.Files
Action that copies a file from an absolute file path to another.
tryCopyFile(File, String) - Static method in class propel.core.utils.FileUtils
Copies a file from source to destination, returning true if the operation was successful.
tryCopyFile(String, String) - Static method in class propel.core.utils.FileUtils
Copies a file from source to destination, returning true if the operation was successful.
tryCreateDirectory(File) - Static method in class propel.core.utils.FileUtils
Attempts to create a directory (if there are subdirectories there are created too).
tryCreateDirectory(String) - Static method in class propel.core.utils.FileUtils
Attempts to create a directory (if there are subdirectories there are created too).
tryDeleteDirectory(File) - Static method in class propel.core.functional.projections.Files
Action that deletes a directory from an absolute file path.
tryDeleteDirectory(File) - Static method in class propel.core.utils.FileUtils
Attempts to delete an empty directory (if there are contents this will not succeed).
tryDeleteDirectory(String) - Static method in class propel.core.utils.FileUtils
Attempts to delete an empty directory (if there are contents this will not succeed).
tryDeleteDirectoryRecursive(File) - Static method in class propel.core.functional.projections.Files
Action that deletes a directory tree from an absolute file path.
tryDeleteDirectoryRecursive(File) - Static method in class propel.core.utils.FileUtils
Attempts to delete a directory (if there are contents they will be deleted).
tryDeleteDirectoryRecursive(String) - Static method in class propel.core.utils.FileUtils
Attempts to delete a directory (if there are contents they will be deleted).
tryDeleteFile(File) - Static method in class propel.core.functional.projections.Files
Action that deletes a file from an absolute file path.
tryDeleteFile(File) - Static method in class propel.core.utils.FileUtils
Attempts to delete a file.
tryDeleteFile(String) - Static method in class propel.core.utils.FileUtils
Attempts to delete a file.
tryGetValue(TKey) - Method in class propel.core.collections.maps.avl.AvlHashtable
Attempts to get a value by a given key.
tryGetValue(TKey) - Method in interface propel.core.collections.maps.IHashtable
Attempts to get a value by a given key.
tryMoveFile(File, String) - Static method in class propel.core.functional.projections.Files
Action that moves a file from one absolute file path to another.
tryMoveFile(File, String) - Static method in class propel.core.utils.FileUtils
Moves a file from source to destination, returning true if the operation was successful.
tryMoveFile(String, String) - Static method in class propel.core.utils.FileUtils
Moves a file from source to destination, returning true if the operation was successful.
tryParseBool(String) - Static method in class propel.core.utils.StringUtils
Tries to parse the given value.
tryParseBool(String, String, String, StringComparison) - Static method in class propel.core.utils.StringUtils
Tries to parse the given value.
tryParseChar(String) - Static method in class propel.core.utils.StringUtils
Tries to parse the given value.
tryParseChar(String, char, char) - Static method in class propel.core.utils.StringUtils
Tries to parse the given value.
tryParseDateTime(String) - Static method in class propel.core.utils.StringUtils
Tries to parse the given value.
tryParseDateTime(String, DateTimeFormatter) - Static method in class propel.core.utils.StringUtils
Tries to parse the given value.
tryParseDateTime(String, LocalDateTime, LocalDateTime, DateTimeFormatter) - Static method in class propel.core.utils.StringUtils
Tries to parse the given value.
tryParseDecimal(String) - Static method in class propel.core.utils.StringUtils
Tries to parse the given value.
tryParseDecimal(String, BigDecimal, BigDecimal) - Static method in class propel.core.utils.StringUtils
Tries to parse the given value.
tryParseDouble(String) - Static method in class propel.core.utils.StringUtils
Tries to parse the given value.
tryParseDouble(String, double, double, boolean, boolean) - Static method in class propel.core.utils.StringUtils
Tries to parse the given value.
tryParseFloat(String) - Static method in class propel.core.utils.StringUtils
Tries to parse the given value.
tryParseFloat(String, float, float, boolean, boolean) - Static method in class propel.core.utils.StringUtils
Tries to parse the given value.
tryParseInt128(String) - Static method in class propel.core.utils.StringUtils
Tries to parse the given value.
tryParseInt128(String, Int128, Int128) - Static method in class propel.core.utils.StringUtils
Tries to parse the given value.
tryParseInt16(String) - Static method in class propel.core.utils.StringUtils
Tries to parse the given value.
tryParseInt16(String, short, short) - Static method in class propel.core.utils.StringUtils
Tries to parse the given value.
tryParseInt32(String) - Static method in class propel.core.utils.StringUtils
Tries to parse the given value.
tryParseInt32(String, int, int) - Static method in class propel.core.utils.StringUtils
Tries to parse the given value.
tryParseInt64(String) - Static method in class propel.core.utils.StringUtils
Tries to parse the given value.
tryParseInt64(String, long, long) - Static method in class propel.core.utils.StringUtils
Tries to parse the given value.
tryParseInt8(String) - Static method in class propel.core.utils.StringUtils
Tries to parse the given value.
tryParseInt8(String, byte, byte) - Static method in class propel.core.utils.StringUtils
Tries to parse the given value.
tryParseIpAddress(String) - Static method in class propel.core.utils.StringUtils
Tries to parse the given value.
tryParseTimeSpan(String) - Static method in class propel.core.utils.StringUtils
Tries to parse the given value.
tryParseTimeSpan(String, Duration, Duration) - Static method in class propel.core.utils.StringUtils
Tries to parse the given value.
tryParseUInt16(String) - Static method in class propel.core.utils.StringUtils
Tries to parse the given value.
tryParseUInt16(String, UnsignedShort, UnsignedShort) - Static method in class propel.core.utils.StringUtils
Tries to parse the given value.
tryParseUInt32(String) - Static method in class propel.core.utils.StringUtils
Tries to parse the given value.
tryParseUInt32(String, UnsignedInteger, UnsignedInteger) - Static method in class propel.core.utils.StringUtils
Tries to parse the given value.
tryParseUInt64(String) - Static method in class propel.core.utils.StringUtils
Tries to parse the given value.
tryParseUInt64(String, UnsignedLong, UnsignedLong) - Static method in class propel.core.utils.StringUtils
Tries to parse the given value.
tryParseUInt8(String) - Static method in class propel.core.utils.StringUtils
Tries to parse the given value.
tryParseUInt8(String, UnsignedByte, UnsignedByte) - Static method in class propel.core.utils.StringUtils
Tries to parse the given value.
tryParseUuid(String) - Static method in class propel.core.utils.StringUtils
Tries to parse the given value.
tryPerformCreateReadWriteDeleteAccess(String) - Static method in class propel.core.utils.FileUtils
Tests access rights on a folder and returns true if these succeed, otherwise returns false.
TryResult<T> - Class in propel.core
Class encapsulates a boolean value and a result.
TryResult() - Constructor for class propel.core.TryResult
Default constructor.
TryResult(T) - Constructor for class propel.core.TryResult
Overloaded constructor.
tryThrowInner(Throwable) - Static method in class propel.core.utils.ExceptionUtils
If the Exception's inner exception is set, throws the inner exception.
tryTouchDirectory(File) - Static method in class propel.core.utils.FileUtils
Touches a directory, i.e.
tryTouchDirectory(String) - Static method in class propel.core.utils.FileUtils
Touches a directory, i.e.
tryTouchFile(File) - Static method in class propel.core.utils.FileUtils
Touches a file, i.e.
tryTouchFile(String) - Static method in class propel.core.utils.FileUtils
Touches a file, i.e.
Tuples - Class in propel.core.functional.projections
Some common, re-usable projections for tuples
TWO - Static variable in class propel.core.common.CONSTANT
The 2 number
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z