- AbstractInTimeRange<T extends Comparable<T>> - Class in uk.gov.gchq.koryphe.impl.predicate.range
-
An
AbstractInTimeRange
is a
Predicate
that tests if a
Comparable
is within a provided range [start, end].
- AbstractInTimeRange.BaseBuilder<B extends AbstractInTimeRange.BaseBuilder<B,R,T>,R extends AbstractInTimeRange<T>,T extends Comparable<T>> - Class in uk.gov.gchq.koryphe.impl.predicate.range
-
- AbstractInTimeRangeDual<T extends Comparable<T>> - Class in uk.gov.gchq.koryphe.impl.predicate.range
-
- AbstractInTimeRangeDual.BaseBuilder<B extends AbstractInTimeRangeDual.BaseBuilder<B,R,T>,R extends AbstractInTimeRangeDual<T>,T extends Comparable<T>> - Class in uk.gov.gchq.koryphe.impl.predicate.range
-
- Adapted<I,AI,AO,O,C> - Class in uk.gov.gchq.koryphe.adapted
-
An Adapted
class is one that applies functions to it's inputs and outputs, allowing it to be applied
to different input and output types.
- Adapted() - Constructor for class uk.gov.gchq.koryphe.adapted.Adapted
-
- AdaptedBinaryOperator<T,OT> - Class in uk.gov.gchq.koryphe.binaryoperator
-
- AdaptedBinaryOperator() - Constructor for class uk.gov.gchq.koryphe.binaryoperator.AdaptedBinaryOperator
-
Default - for serialisation
- AdaptedBinaryOperator(BinaryOperator<OT>, Function<T, OT>, BiFunction<T, OT, T>) - Constructor for class uk.gov.gchq.koryphe.binaryoperator.AdaptedBinaryOperator
-
- AdaptedBinaryOperator(BinaryOperator<OT>, Function<T, OT>, Function<OT, T>) - Constructor for class uk.gov.gchq.koryphe.binaryoperator.AdaptedBinaryOperator
-
- AdaptedFunction<I,FI,FO,O> - Class in uk.gov.gchq.koryphe.function
-
- AdaptedFunction() - Constructor for class uk.gov.gchq.koryphe.function.AdaptedFunction
-
Default - for serialisation.
- AdaptedFunction(Function<FI, FO>, Function<I, FI>, BiFunction<I, FO, O>) - Constructor for class uk.gov.gchq.koryphe.function.AdaptedFunction
-
- AdaptedFunction(Function<FI, FO>, Function<I, FI>, Function<FO, O>) - Constructor for class uk.gov.gchq.koryphe.function.AdaptedFunction
-
- AdaptedPredicate<I,PI> - Class in uk.gov.gchq.koryphe.predicate
-
- AdaptedPredicate() - Constructor for class uk.gov.gchq.koryphe.predicate.AdaptedPredicate
-
Default - for serialisation.
- AdaptedPredicate(Function<I, PI>, Predicate<PI>) - Constructor for class uk.gov.gchq.koryphe.predicate.AdaptedPredicate
-
- add(Annotation) - Method in class uk.gov.gchq.koryphe.serialisation.json.DelegatingAnnotationIntrospector.Builder
-
- add(ValidationResult) - Method in class uk.gov.gchq.koryphe.ValidationResult
-
- add(ValidationResult, String) - Method in class uk.gov.gchq.koryphe.ValidationResult
-
- addError(String) - Method in class uk.gov.gchq.koryphe.ValidationResult
-
- addReflectionPackages(String...) - Static method in class uk.gov.gchq.koryphe.util.ReflectionUtil
-
Adds new reflection packages.
- addReflectionPackages(Iterable<String>) - Static method in class uk.gov.gchq.koryphe.util.ReflectionUtil
-
- addSimpleClassNames(boolean, Class...) - Static method in class uk.gov.gchq.koryphe.serialisation.json.SimpleClassNameCache
-
Allows you to add additional classes to the cache that you wish to be
accessed via the simple class name.
- AGE_OFF_TIME_DEFAULT - Static variable in class uk.gov.gchq.koryphe.impl.predicate.AgeOff
-
The default age of time (1 year) in milliseconds.
- AgeOff - Class in uk.gov.gchq.koryphe.impl.predicate
-
An
AgeOff
is a
Predicate
that ages off old data based on a provided age of time in milliseconds.
- AgeOff() - Constructor for class uk.gov.gchq.koryphe.impl.predicate.AgeOff
-
- AgeOff(long) - Constructor for class uk.gov.gchq.koryphe.impl.predicate.AgeOff
-
- AgeOffFromDays - Class in uk.gov.gchq.koryphe.impl.predicate
-
An
AgeOffFromDays
is a
BiPredicate
that ages off old data based on a provided age off time in days.
- AgeOffFromDays() - Constructor for class uk.gov.gchq.koryphe.impl.predicate.AgeOffFromDays
-
- And - Class in uk.gov.gchq.koryphe.impl.binaryoperator
-
- And() - Constructor for class uk.gov.gchq.koryphe.impl.binaryoperator.And
-
- And<I> - Class in uk.gov.gchq.koryphe.impl.predicate
-
A composite
Predicate
that returns true if all of it's predicates return true, otherwise false.
- And() - Constructor for class uk.gov.gchq.koryphe.impl.predicate.And
-
- And(Predicate<?>...) - Constructor for class uk.gov.gchq.koryphe.impl.predicate.And
-
- And(List<Predicate>) - Constructor for class uk.gov.gchq.koryphe.impl.predicate.And
-
- And.Builder<I> - Class in uk.gov.gchq.koryphe.impl.predicate
-
- And.SelectedBuilder<I> - Class in uk.gov.gchq.koryphe.impl.predicate
-
- annotationType() - Method in class uk.gov.gchq.koryphe.serialisation.json.SimpleClassNameIdResolverAnnotation
-
- apply(T, U) - Method in class uk.gov.gchq.koryphe.adapted.StateAgnosticOutputAdapter
-
- apply(T, T) - Method in class uk.gov.gchq.koryphe.binaryoperator.AdaptedBinaryOperator
-
Apply the BinaryOperator by adapting the input and outputs.
- apply(T, T) - Method in class uk.gov.gchq.koryphe.binaryoperator.BinaryOperatorComposite
-
Apply the BinaryOperator components in turn, returning the output of the last.
- apply(T, T) - Method in class uk.gov.gchq.koryphe.binaryoperator.KorypheBinaryOperator
-
Apply the operator after completing null checks.
- apply(I) - Method in class uk.gov.gchq.koryphe.function.AdaptedFunction
-
Apply the Function by adapting the input and outputs.
- apply(I) - Method in class uk.gov.gchq.koryphe.function.FunctionComposite
-
Apply the Function components in turn, returning the result of the last.
- apply(Map<K, I>) - Method in class uk.gov.gchq.koryphe.function.FunctionMap
-
Iterate through the values of an input map, applying the wrapped Function
.
- apply(T, U) - Method in class uk.gov.gchq.koryphe.impl.function.ApplyBiFunction
-
- apply(byte[]) - Method in class uk.gov.gchq.koryphe.impl.function.Base64Decode
-
- apply(Object) - Method in class uk.gov.gchq.koryphe.impl.function.CallMethod
-
- apply(I) - Method in class uk.gov.gchq.koryphe.impl.function.Cast
-
- apply(Object, Object) - Method in class uk.gov.gchq.koryphe.impl.function.Concat
-
- apply(Object) - Method in class uk.gov.gchq.koryphe.impl.function.CreateObject
-
- apply(Iterable<String>) - Method in class uk.gov.gchq.koryphe.impl.function.CsvLinesToMaps
-
- apply(String) - Method in class uk.gov.gchq.koryphe.impl.function.CsvToMaps
-
- apply(Object) - Method in class uk.gov.gchq.koryphe.impl.function.CurrentDate
-
- apply(Object) - Method in class uk.gov.gchq.koryphe.impl.function.CurrentTime
-
- apply(Object) - Method in class uk.gov.gchq.koryphe.impl.function.DefaultIfEmpty
-
- apply(Object) - Method in class uk.gov.gchq.koryphe.impl.function.DefaultIfNull
-
- apply(String) - Method in class uk.gov.gchq.koryphe.impl.function.DeserialiseJson
-
- apply(String) - Method in class uk.gov.gchq.koryphe.impl.function.DeserialiseXml
-
- apply(K) - Method in class uk.gov.gchq.koryphe.impl.function.DictionaryLookup
-
- apply(Integer, Integer) - Method in class uk.gov.gchq.koryphe.impl.function.Divide
-
- apply(Integer) - Method in class uk.gov.gchq.koryphe.impl.function.DivideBy
-
- apply(Map<K, V>) - Method in class uk.gov.gchq.koryphe.impl.function.ExtractKeys
-
- apply(Map<K, V>) - Method in class uk.gov.gchq.koryphe.impl.function.ExtractValue
-
- apply(Map<K, V>) - Method in class uk.gov.gchq.koryphe.impl.function.ExtractValues
-
- apply(Iterable<T>) - Method in class uk.gov.gchq.koryphe.impl.function.FirstItem
-
- apply(Iterable<I_ITEM>) - Method in class uk.gov.gchq.koryphe.impl.function.FirstValid
-
- apply(byte[]) - Method in class uk.gov.gchq.koryphe.impl.function.Gunzip
-
- apply(Object) - Method in class uk.gov.gchq.koryphe.impl.function.Identity
-
- apply(I) - Method in class uk.gov.gchq.koryphe.impl.function.If
-
If the condition is not being used or has not been set,
then the provided predicate will test the input (assuming it is also not null).
- apply(Number) - Method in class uk.gov.gchq.koryphe.impl.function.Increment
-
- apply(Iterable) - Method in class uk.gov.gchq.koryphe.impl.function.IsEmpty
-
- apply(Iterable<Iterable<I_ITEM>>) - Method in class uk.gov.gchq.koryphe.impl.function.IterableConcat
-
- apply(Iterable<I_ITEM>) - Method in class uk.gov.gchq.koryphe.impl.function.IterableFilter
-
- apply(Iterable<I_ITEM>) - Method in class uk.gov.gchq.koryphe.impl.function.IterableFlatten
-
- apply(Iterable<I_ITEM>) - Method in class uk.gov.gchq.koryphe.impl.function.IterableFunction
-
- apply(Iterable<?>) - Method in class uk.gov.gchq.koryphe.impl.function.IterableLongest
-
- apply(Iterable<T>) - Method in class uk.gov.gchq.koryphe.impl.function.LastItem
-
- apply(Object) - Method in class uk.gov.gchq.koryphe.impl.function.Length
-
- apply(T, T) - Method in class uk.gov.gchq.koryphe.impl.function.Longest
-
- apply(Map<K, V>) - Method in class uk.gov.gchq.koryphe.impl.function.MapFilter
-
- apply(Map<K, Object>) - Method in class uk.gov.gchq.koryphe.impl.function.MapToTuple
-
- apply(Integer, Integer) - Method in class uk.gov.gchq.koryphe.impl.function.Multiply
-
- apply(Integer) - Method in class uk.gov.gchq.koryphe.impl.function.MultiplyBy
-
- apply(Long) - Method in class uk.gov.gchq.koryphe.impl.function.MultiplyLongBy
-
- apply(Iterable<T>) - Method in class uk.gov.gchq.koryphe.impl.function.NthItem
-
- apply(String) - Method in class uk.gov.gchq.koryphe.impl.function.ParseDate
-
- apply(String) - Method in class uk.gov.gchq.koryphe.impl.function.ParseTime
-
- apply(String) - Method in class uk.gov.gchq.koryphe.impl.function.ReverseString
-
- apply(Object) - Method in class uk.gov.gchq.koryphe.impl.function.SetValue
-
- apply(Iterable) - Method in class uk.gov.gchq.koryphe.impl.function.Size
-
- apply(String) - Method in class uk.gov.gchq.koryphe.impl.function.StringAppend
-
- apply(Iterable<I_ITEM>) - Method in class uk.gov.gchq.koryphe.impl.function.StringJoin
-
- apply(String) - Method in class uk.gov.gchq.koryphe.impl.function.StringPrepend
-
- apply(String) - Method in class uk.gov.gchq.koryphe.impl.function.StringRegexReplace
-
- apply(String) - Method in class uk.gov.gchq.koryphe.impl.function.StringRegexSplit
-
- apply(String) - Method in class uk.gov.gchq.koryphe.impl.function.StringReplace
-
- apply(String) - Method in class uk.gov.gchq.koryphe.impl.function.StringSplit
-
- apply(String) - Method in class uk.gov.gchq.koryphe.impl.function.StringTrim
-
- apply(String) - Method in class uk.gov.gchq.koryphe.impl.function.StringTruncate
-
- apply(Object) - Method in class uk.gov.gchq.koryphe.impl.function.ToArray
-
- apply(String) - Method in class uk.gov.gchq.koryphe.impl.function.ToBytes
-
- apply(Date) - Method in class uk.gov.gchq.koryphe.impl.function.ToDateString
-
- apply(Object) - Method in class uk.gov.gchq.koryphe.impl.function.ToInteger
-
- apply(Object) - Method in class uk.gov.gchq.koryphe.impl.function.ToList
-
- apply(Object) - Method in class uk.gov.gchq.koryphe.impl.function.ToLong
-
- apply(Object) - Method in class uk.gov.gchq.koryphe.impl.function.ToLowerCase
-
- apply(Object) - Method in class uk.gov.gchq.koryphe.impl.function.ToNull
-
- apply(Object) - Method in class uk.gov.gchq.koryphe.impl.function.ToSet
-
- apply(Object) - Method in class uk.gov.gchq.koryphe.impl.function.ToString
-
- apply(Object) - Method in class uk.gov.gchq.koryphe.impl.function.ToTuple
-
- apply(Object) - Method in class uk.gov.gchq.koryphe.impl.function.ToUpperCase
-
- apply(T, U) - Method in class uk.gov.gchq.koryphe.tuple.function.KorypheFunction2
-
- apply(T, U, V) - Method in class uk.gov.gchq.koryphe.tuple.function.KorypheFunction3
-
- apply(T, U, V, W) - Method in class uk.gov.gchq.koryphe.tuple.function.KorypheFunction4
-
- apply(T, U, V, W, X) - Method in class uk.gov.gchq.koryphe.tuple.function.KorypheFunction5
-
- apply(TUPLE) - Method in class uk.gov.gchq.koryphe.tuple.function.KorypheFunctionN
-
- apply(Tuple<R>) - Method in class uk.gov.gchq.koryphe.tuple.TupleInputAdapter
-
- apply(Tuple<R>, FO) - Method in class uk.gov.gchq.koryphe.tuple.TupleOutputAdapter
-
- ApplyBiFunction<T,U,R> - Class in uk.gov.gchq.koryphe.impl.function
-
- ApplyBiFunction() - Constructor for class uk.gov.gchq.koryphe.impl.function.ApplyBiFunction
-
- ApplyBiFunction(BiFunction<T, U, R>) - Constructor for class uk.gov.gchq.koryphe.impl.function.ApplyBiFunction
-
- AreEqual - Class in uk.gov.gchq.koryphe.impl.predicate
-
An
AreEqual
is a
BiPredicate
that returns true if the two input objects
are equal.
- AreEqual() - Constructor for class uk.gov.gchq.koryphe.impl.predicate.AreEqual
-
- AreIn - Class in uk.gov.gchq.koryphe.impl.predicate
-
- AreIn() - Constructor for class uk.gov.gchq.koryphe.impl.predicate.AreIn
-
- AreIn(Collection<?>) - Constructor for class uk.gov.gchq.koryphe.impl.predicate.AreIn
-
- AreIn(Object...) - Constructor for class uk.gov.gchq.koryphe.impl.predicate.AreIn
-
- arr(String...) - Static method in class uk.gov.gchq.koryphe.util.Util
-
Converts varargs strings into an array.
- arr(Integer...) - Static method in class uk.gov.gchq.koryphe.util.Util
-
Converts varargs integers into an array.
- ArrayTuple - Class in uk.gov.gchq.koryphe.tuple
-
An
ArrayTuple
is a simple implementation of the
Tuple
interface, backed by an
array of
Object
s, referenced by their index.
- ArrayTuple(Object...) - Constructor for class uk.gov.gchq.koryphe.tuple.ArrayTuple
-
Create an ArrayTuple
backed by the given array.
- ArrayTuple(Iterable<?>) - Constructor for class uk.gov.gchq.koryphe.tuple.ArrayTuple
-
- ArrayTuple(int) - Constructor for class uk.gov.gchq.koryphe.tuple.ArrayTuple
-
Create an ArrayTuple
backed by a new array of the given size.
- asMilliSeconds(TimeUnit, Long) - Static method in enum uk.gov.gchq.koryphe.util.TimeUnit
-
Converts a unit of time to milliseconds.
- asMilliSeconds(Long) - Method in enum uk.gov.gchq.koryphe.util.TimeUnit
-
Converts a unit of time to milliseconds.
- assignable(Class<?>...) - Method in class uk.gov.gchq.koryphe.signature.Signature
-
Tests whether this Signature
is compatible with the types supplied.
- assignable(Class<?>...) - Method in class uk.gov.gchq.koryphe.signature.SingletonSignature
-
- assignable(Class<?>...) - Method in class uk.gov.gchq.koryphe.signature.TupleSignature
-
- get(Integer) - Method in class uk.gov.gchq.koryphe.tuple.ArrayTuple
-
Get a value from this ArrayTuple
at the given index.
- get(R) - Method in class uk.gov.gchq.koryphe.tuple.MapTuple
-
- get(Integer) - Method in class uk.gov.gchq.koryphe.tuple.ReferenceArrayTuple
-
- get(Class<?>, String) - Method in class uk.gov.gchq.koryphe.tuple.ReflectiveTuple.Cache
-
- get(String) - Method in class uk.gov.gchq.koryphe.tuple.ReflectiveTuple
-
- get(R) - Method in interface uk.gov.gchq.koryphe.tuple.Tuple
-
Get a value from this Tuple
with the given reference.
- get0() - Method in class uk.gov.gchq.koryphe.tuple.n.Tuple1
-
- get1() - Method in class uk.gov.gchq.koryphe.tuple.n.Tuple2
-
- get2() - Method in class uk.gov.gchq.koryphe.tuple.n.Tuple3
-
- get3() - Method in class uk.gov.gchq.koryphe.tuple.n.Tuple4
-
- get4() - Method in class uk.gov.gchq.koryphe.tuple.n.Tuple5
-
- getAdapter() - Method in class uk.gov.gchq.koryphe.adapted.StateAgnosticOutputAdapter
-
- getAgeOffTime() - Method in class uk.gov.gchq.koryphe.impl.predicate.AgeOff
-
- getAllowedValues() - Method in class uk.gov.gchq.koryphe.impl.predicate.IsIn
-
- getAllowedValuesArray() - Method in class uk.gov.gchq.koryphe.impl.predicate.AreIn
-
- getAllowedValuesArray() - Method in class uk.gov.gchq.koryphe.impl.predicate.IsIn
-
- getAnnotatedTypes(Class<? extends Annotation>) - Static method in class uk.gov.gchq.koryphe.util.ReflectionUtil
-
Get classes annotated with the given annotation class.
- getBinaryOperator() - Method in class uk.gov.gchq.koryphe.binaryoperator.AdaptedBinaryOperator
-
- getBinaryOperator() - Method in class uk.gov.gchq.koryphe.binaryoperator.BinaryOperatorMap
-
- getBinaryOperator() - Method in class uk.gov.gchq.koryphe.example.binaryoperator.TupleAggregationProductExample
-
- getBinaryOperator() - Method in class uk.gov.gchq.koryphe.example.binaryoperator.TupleCompositeAggregationExample
-
- getBinaryOperator() - Method in class uk.gov.gchq.koryphe.example.KorypheBinaryOperatorExample
-
- getBy() - Method in class uk.gov.gchq.koryphe.impl.function.DivideBy
-
- getBy() - Method in class uk.gov.gchq.koryphe.impl.function.MultiplyBy
-
- getBy() - Method in class uk.gov.gchq.koryphe.impl.function.MultiplyLongBy
-
- getCharset() - Method in class uk.gov.gchq.koryphe.impl.function.ToBytes
-
- getCharset() - Method in class uk.gov.gchq.koryphe.impl.function.ToString
-
- getCharsetAsString() - Method in class uk.gov.gchq.koryphe.impl.function.ToBytes
-
- getCharsetAsString() - Method in class uk.gov.gchq.koryphe.impl.function.ToString
-
- getClasses() - Method in class uk.gov.gchq.koryphe.signature.Signature
-
- getClasses() - Method in class uk.gov.gchq.koryphe.signature.SingletonSignature
-
- getClasses() - Method in class uk.gov.gchq.koryphe.signature.TupleSignature
-
- getClassFromName(String) - Static method in class uk.gov.gchq.koryphe.util.ReflectionUtil
-
Simply returns Class.forName(className), but any ClassNotFoundException exceptions are caught and null is returned.
- getClassName(String) - Static method in class uk.gov.gchq.koryphe.serialisation.json.SimpleClassNameCache
-
Gets the class name for a given id.
- getClassName(String, JavaType) - Static method in class uk.gov.gchq.koryphe.serialisation.json.SimpleClassNameCache
-
Gets the class name for a given id.
- getClassName(String) - Static method in class uk.gov.gchq.koryphe.serialisation.json.SimpleClassNameIdResolver
-
Gets the class name for a given id.
- getClassName(String, JavaType) - Static method in class uk.gov.gchq.koryphe.serialisation.json.SimpleClassNameIdResolver
-
Gets the class name for a given id.
- getComponents() - Method in class uk.gov.gchq.koryphe.binaryoperator.BinaryOperatorComposite
-
- getComponents() - Method in class uk.gov.gchq.koryphe.composite.Composite
-
- getComponents() - Method in class uk.gov.gchq.koryphe.function.FunctionComposite
-
- getComponents() - Method in class uk.gov.gchq.koryphe.predicate.PredicateComposite
-
- getComponents() - Method in class uk.gov.gchq.koryphe.tuple.binaryoperator.TupleAdaptedBinaryOperatorComposite
-
- getComponents() - Method in class uk.gov.gchq.koryphe.tuple.function.TupleAdaptedFunctionComposite
-
- getComponents() - Method in class uk.gov.gchq.koryphe.tuple.predicate.TupleAdaptedPredicateComposite
-
- getCondition() - Method in class uk.gov.gchq.koryphe.impl.function.If
-
- getCondition() - Method in class uk.gov.gchq.koryphe.impl.predicate.If
-
- getControlValue() - Method in class uk.gov.gchq.koryphe.impl.predicate.IsEqual
-
- getControlValue() - Method in class uk.gov.gchq.koryphe.impl.predicate.IsLessThan
-
- getControlValue() - Method in class uk.gov.gchq.koryphe.impl.predicate.IsMoreThan
-
- getControlValue() - Method in class uk.gov.gchq.koryphe.impl.predicate.Regex
-
- getDefaultValue() - Method in class uk.gov.gchq.koryphe.impl.function.DefaultIfEmpty
-
- getDefaultValue() - Method in class uk.gov.gchq.koryphe.impl.function.DefaultIfNull
-
- getDelimiter() - Method in class uk.gov.gchq.koryphe.impl.function.CsvLinesToMaps
-
- getDelimiter() - Method in class uk.gov.gchq.koryphe.impl.function.CsvToMaps
-
- getDelimiter() - Method in class uk.gov.gchq.koryphe.impl.function.StringJoin
-
- getDelimiter() - Method in class uk.gov.gchq.koryphe.impl.function.StringSplit
-
- getDictionary() - Method in class uk.gov.gchq.koryphe.impl.function.DictionaryLookup
-
- getEnd() - Method in class uk.gov.gchq.koryphe.impl.predicate.range.AbstractInTimeRange
-
- getEnd() - Method in class uk.gov.gchq.koryphe.impl.predicate.range.AbstractInTimeRangeDual
-
- getEnd() - Method in class uk.gov.gchq.koryphe.impl.predicate.range.InRange
-
- getEnd() - Method in class uk.gov.gchq.koryphe.impl.predicate.range.InRangeDual
-
- getEndOffset() - Method in class uk.gov.gchq.koryphe.impl.predicate.range.AbstractInTimeRange
-
- getEndOffset() - Method in class uk.gov.gchq.koryphe.impl.predicate.range.AbstractInTimeRangeDual
-
- getErrors() - Method in class uk.gov.gchq.koryphe.ValidationResult
-
- getErrorString() - Method in class uk.gov.gchq.koryphe.ValidationResult
-
- getFirstRow() - Method in class uk.gov.gchq.koryphe.impl.function.CsvLinesToMaps
-
- getFirstRow() - Method in class uk.gov.gchq.koryphe.impl.function.CsvToMaps
-
- getFormat() - Method in class uk.gov.gchq.koryphe.impl.function.ParseDate
-
- getFormat() - Method in class uk.gov.gchq.koryphe.impl.function.ParseTime
-
- getFormat() - Method in class uk.gov.gchq.koryphe.impl.function.ToDateString
-
- getFunction() - Method in class uk.gov.gchq.koryphe.example.function.DivideByExample
-
- getFunction() - Method in class uk.gov.gchq.koryphe.example.function.DivideExample
-
- getFunction() - Method in class uk.gov.gchq.koryphe.example.function.ExtractKeysExample
-
- getFunction() - Method in class uk.gov.gchq.koryphe.example.function.ExtractValueExample
-
- getFunction() - Method in class uk.gov.gchq.koryphe.example.function.ExtractValuesExample
-
- getFunction() - Method in class uk.gov.gchq.koryphe.example.function.FirstItemExample
-
- getFunction() - Method in class uk.gov.gchq.koryphe.example.function.IsEmptyExample
-
- getFunction() - Method in class uk.gov.gchq.koryphe.example.function.iterable.IterableConcatExample
-
- getFunction() - Method in class uk.gov.gchq.koryphe.example.function.iterable.IterableFunctionExample
-
- getFunction() - Method in class uk.gov.gchq.koryphe.example.function.LastItemExample
-
- getFunction() - Method in class uk.gov.gchq.koryphe.example.function.LengthExample
-
- getFunction() - Method in class uk.gov.gchq.koryphe.example.function.MultiplyByExample
-
- getFunction() - Method in class uk.gov.gchq.koryphe.example.function.MultiplyExample
-
- getFunction() - Method in class uk.gov.gchq.koryphe.example.function.NthItemExample
-
- getFunction() - Method in class uk.gov.gchq.koryphe.example.function.SizeExample
-
- getFunction() - Method in class uk.gov.gchq.koryphe.example.function.TupleCompositeMultiplyByExample
-
- getFunction() - Method in class uk.gov.gchq.koryphe.example.function.TupleDivideByExample
-
- getFunction() - Method in class uk.gov.gchq.koryphe.example.function.TupleDivideExample
-
- getFunction() - Method in class uk.gov.gchq.koryphe.example.function.TupleMultiplyByExample
-
- getFunction() - Method in class uk.gov.gchq.koryphe.example.function.TupleMultiplyExample
-
- getFunction() - Method in class uk.gov.gchq.koryphe.example.KorypheFunctionExample
-
- getFunction() - Method in class uk.gov.gchq.koryphe.function.AdaptedFunction
-
- getFunction() - Method in class uk.gov.gchq.koryphe.function.FunctionMap
-
- getFunction() - Method in interface uk.gov.gchq.koryphe.function.WrappedBiFunction
-
- getFunction() - Method in class uk.gov.gchq.koryphe.impl.function.ApplyBiFunction
-
- getFunctions() - Method in class uk.gov.gchq.koryphe.impl.function.IterableFunction
-
- getHeader() - Method in class uk.gov.gchq.koryphe.impl.function.CsvLinesToMaps
-
- getHeader() - Method in class uk.gov.gchq.koryphe.impl.function.CsvToMaps
-
- getIgnoreCase() - Method in class uk.gov.gchq.koryphe.impl.predicate.StringContains
-
- getIncrement() - Method in class uk.gov.gchq.koryphe.impl.function.Increment
-
- getInput() - Method in class uk.gov.gchq.koryphe.example.binaryoperator.TupleAggregationProductExample
-
- getInput() - Method in class uk.gov.gchq.koryphe.example.binaryoperator.TupleCompositeAggregationExample
-
- getInput() - Method in class uk.gov.gchq.koryphe.example.function.DivideByExample
-
- getInput() - Method in class uk.gov.gchq.koryphe.example.function.DivideExample
-
- getInput() - Method in class uk.gov.gchq.koryphe.example.function.ExtractKeysExample
-
- getInput() - Method in class uk.gov.gchq.koryphe.example.function.ExtractValueExample
-
- getInput() - Method in class uk.gov.gchq.koryphe.example.function.ExtractValuesExample
-
- getInput() - Method in class uk.gov.gchq.koryphe.example.function.FirstItemExample
-
- getInput() - Method in class uk.gov.gchq.koryphe.example.function.IsEmptyExample
-
- getInput() - Method in class uk.gov.gchq.koryphe.example.function.iterable.IterableConcatExample
-
- getInput() - Method in class uk.gov.gchq.koryphe.example.function.iterable.IterableFunctionExample
-
- getInput() - Method in class uk.gov.gchq.koryphe.example.function.LastItemExample
-
- getInput() - Method in class uk.gov.gchq.koryphe.example.function.LengthExample
-
- getInput() - Method in class uk.gov.gchq.koryphe.example.function.MultiplyByExample
-
- getInput() - Method in class uk.gov.gchq.koryphe.example.function.MultiplyExample
-
- getInput() - Method in class uk.gov.gchq.koryphe.example.function.NthItemExample
-
- getInput() - Method in class uk.gov.gchq.koryphe.example.function.SizeExample
-
- getInput() - Method in class uk.gov.gchq.koryphe.example.function.TupleCompositeMultiplyByExample
-
- getInput() - Method in class uk.gov.gchq.koryphe.example.function.TupleDivideByExample
-
- getInput() - Method in class uk.gov.gchq.koryphe.example.function.TupleDivideExample
-
- getInput() - Method in class uk.gov.gchq.koryphe.example.function.TupleMultiplyByExample
-
- getInput() - Method in class uk.gov.gchq.koryphe.example.function.TupleMultiplyExample
-
- getInput() - Method in class uk.gov.gchq.koryphe.example.KorypheExample
-
- getInput() - Method in class uk.gov.gchq.koryphe.example.predicate.IsMoreThanExample
-
- getInput() - Method in class uk.gov.gchq.koryphe.example.predicate.TupleAndExample
-
- getInput() - Method in class uk.gov.gchq.koryphe.example.predicate.TupleCompositeAndExample
-
- getInputAdapter() - Method in class uk.gov.gchq.koryphe.adapted.InputAdapted
-
- getInputAdapter() - Method in class uk.gov.gchq.koryphe.tuple.binaryoperator.TupleAdaptedBinaryOperator
-
- getInputAdapter() - Method in class uk.gov.gchq.koryphe.tuple.function.TupleAdaptedFunction
-
- getInputAdapter() - Method in class uk.gov.gchq.koryphe.tuple.predicate.TupleAdaptedPredicate
-
- getInputSignature(Predicate) - Static method in class uk.gov.gchq.koryphe.signature.Signature
-
Get the input signature of a predicate.
- getInputSignature(Function) - Static method in class uk.gov.gchq.koryphe.signature.Signature
-
Get the input signature of a function.
- getInputSignature(F) - Static method in class uk.gov.gchq.koryphe.signature.Signature
-
Get the input signature of a BiFunction.
- getKey() - Method in class uk.gov.gchq.koryphe.impl.function.ExtractValue
-
- getKey() - Method in class uk.gov.gchq.koryphe.impl.predicate.MapContains
-
- getKey() - Method in class uk.gov.gchq.koryphe.predicate.PredicateMap
-
- getKeyPredicate() - Method in class uk.gov.gchq.koryphe.impl.function.MapFilter
-
- getKeyPredicate() - Method in class uk.gov.gchq.koryphe.impl.predicate.MapContainsPredicate
-
- getKeyValuePredicate() - Method in class uk.gov.gchq.koryphe.impl.function.MapFilter
-
- getLength() - Method in class uk.gov.gchq.koryphe.impl.function.StringTruncate
-
- getMaxLength() - Method in class uk.gov.gchq.koryphe.impl.function.Length
-
- getMaxLength() - Method in class uk.gov.gchq.koryphe.impl.predicate.IsShorterThan
-
- getMechanism() - Method in class uk.gov.gchq.koryphe.serialisation.json.SimpleClassNameIdResolver
-
- getMethod() - Method in class uk.gov.gchq.koryphe.impl.function.CallMethod
-
- getMinLength() - Method in class uk.gov.gchq.koryphe.impl.predicate.IsLongerThan
-
- getModule() - Static method in class uk.gov.gchq.koryphe.serialisation.json.SimpleClassSerializer
-
- getNumClasses() - Method in class uk.gov.gchq.koryphe.signature.Signature
-
- getNumClasses() - Method in class uk.gov.gchq.koryphe.signature.SingletonSignature
-
- getNumClasses() - Method in class uk.gov.gchq.koryphe.signature.TupleSignature
-
- getObjectClass() - Method in class uk.gov.gchq.koryphe.impl.function.CreateObject
-
- getOffsetUnit() - Method in class uk.gov.gchq.koryphe.impl.predicate.range.AbstractInTimeRange
-
- getOffsetUnit() - Method in class uk.gov.gchq.koryphe.impl.predicate.range.AbstractInTimeRangeDual
-
- getOperator() - Method in class uk.gov.gchq.koryphe.impl.function.IterableFlatten
-
- getOrEqualTo() - Method in class uk.gov.gchq.koryphe.impl.predicate.IsLessThan
-
- getOrEqualTo() - Method in class uk.gov.gchq.koryphe.impl.predicate.IsMoreThan
-
- getOtherwise() - Method in class uk.gov.gchq.koryphe.impl.function.If
-
- getOtherwise() - Method in class uk.gov.gchq.koryphe.impl.predicate.If
-
- getOutputAdapter() - Method in class uk.gov.gchq.koryphe.adapted.Adapted
-
- getOutputAdapter() - Method in class uk.gov.gchq.koryphe.tuple.binaryoperator.TupleAdaptedBinaryOperator
-
- getOutputAdapter() - Method in class uk.gov.gchq.koryphe.tuple.function.TupleAdaptedFunction
-
- getOutputClass() - Method in class uk.gov.gchq.koryphe.impl.function.Cast
-
- getOutputClass() - Method in class uk.gov.gchq.koryphe.impl.function.DeserialiseJson
-
- getOutputSignature(Function) - Static method in class uk.gov.gchq.koryphe.signature.Signature
-
Get the output signature of a function.
- getOutputSignature(F) - Static method in class uk.gov.gchq.koryphe.signature.Signature
-
Get the output signature of a function.
- getPatterns() - Method in class uk.gov.gchq.koryphe.impl.predicate.MultiRegex
-
- getPredicate() - Method in class uk.gov.gchq.koryphe.example.KoryphePredicateExample
-
- getPredicate() - Method in class uk.gov.gchq.koryphe.example.predicate.IsMoreThanExample
-
- getPredicate() - Method in class uk.gov.gchq.koryphe.example.predicate.TupleAndExample
-
- getPredicate() - Method in class uk.gov.gchq.koryphe.example.predicate.TupleCompositeAndExample
-
- getPredicate() - Method in class uk.gov.gchq.koryphe.impl.function.FirstValid
-
- getPredicate() - Method in class uk.gov.gchq.koryphe.impl.function.If
-
- getPredicate() - Method in class uk.gov.gchq.koryphe.impl.function.IterableFilter
-
- getPredicate() - Method in class uk.gov.gchq.koryphe.impl.predicate.If
-
- getPredicate() - Method in class uk.gov.gchq.koryphe.impl.predicate.Not
-
- getPredicate() - Method in class uk.gov.gchq.koryphe.predicate.AdaptedPredicate
-
- getPredicate() - Method in class uk.gov.gchq.koryphe.predicate.PredicateMap
-
- getPrefix() - Method in class uk.gov.gchq.koryphe.impl.function.StringPrepend
-
- getProjection() - Method in class uk.gov.gchq.koryphe.tuple.function.TupleAdaptedFunction
-
- getProjection() - Method in class uk.gov.gchq.koryphe.tuple.TupleOutputAdapter
-
- getQuoteChar() - Method in class uk.gov.gchq.koryphe.impl.function.CsvLinesToMaps
-
- getQuoteChar() - Method in class uk.gov.gchq.koryphe.impl.function.CsvToMaps
-
- getRecord() - Method in class uk.gov.gchq.koryphe.tuple.ReflectiveTuple
-
- getReflectionPackages() - Static method in class uk.gov.gchq.koryphe.util.ReflectionUtil
-
- getRegex() - Method in class uk.gov.gchq.koryphe.impl.function.StringRegexReplace
-
- getRegex() - Method in class uk.gov.gchq.koryphe.impl.function.StringRegexSplit
-
- getReplacement() - Method in class uk.gov.gchq.koryphe.impl.function.StringRegexReplace
-
- getReplacement() - Method in class uk.gov.gchq.koryphe.impl.function.StringReplace
-
- getSearchString() - Method in class uk.gov.gchq.koryphe.impl.function.StringReplace
-
- getSelection() - Method in class uk.gov.gchq.koryphe.impl.function.NthItem
-
- getSelection() - Method in class uk.gov.gchq.koryphe.tuple.binaryoperator.TupleAdaptedBinaryOperator
-
- getSelection() - Method in class uk.gov.gchq.koryphe.tuple.function.TupleAdaptedFunction
-
- getSelection() - Method in class uk.gov.gchq.koryphe.tuple.predicate.TupleAdaptedPredicate
-
- getSelection() - Method in class uk.gov.gchq.koryphe.tuple.TupleInputAdapter
-
- getSeparator() - Method in class uk.gov.gchq.koryphe.impl.binaryoperator.StringConcat
-
- getSeparator() - Method in class uk.gov.gchq.koryphe.impl.binaryoperator.StringDeduplicateConcat
-
- getSeparator() - Method in class uk.gov.gchq.koryphe.impl.function.Concat
-
- getSimpleClassName(Class<?>) - Static method in class uk.gov.gchq.koryphe.serialisation.json.SimpleClassNameCache
-
Gets a simple class name for the given class.
- getSimpleClassName(Class<?>) - Static method in class uk.gov.gchq.koryphe.serialisation.json.SimpleClassNameIdResolver
-
Gets a simple class name for the given class.
- getSimpleClassNameOrNull(Class<?>) - Static method in class uk.gov.gchq.koryphe.serialisation.json.SimpleClassNameCache
-
- getSimpleClassNameOrNull(Class<?>) - Static method in class uk.gov.gchq.koryphe.serialisation.json.SimpleClassNameIdResolver
-
Gets a simple class name for the given class.
- getSimpleClassNames(Class<?>) - Static method in class uk.gov.gchq.koryphe.util.ReflectionUtil
-
Get a map of simple class name to class, for all sub classes of a given class.
- getStart() - Method in class uk.gov.gchq.koryphe.impl.predicate.range.AbstractInTimeRange
-
- getStart() - Method in class uk.gov.gchq.koryphe.impl.predicate.range.AbstractInTimeRangeDual
-
- getStart() - Method in class uk.gov.gchq.koryphe.impl.predicate.range.InRange
-
- getStart() - Method in class uk.gov.gchq.koryphe.impl.predicate.range.InRangeDual
-
- getStartOffset() - Method in class uk.gov.gchq.koryphe.impl.predicate.range.AbstractInTimeRange
-
- getStartOffset() - Method in class uk.gov.gchq.koryphe.impl.predicate.range.AbstractInTimeRangeDual
-
- getStream() - Method in class uk.gov.gchq.koryphe.iterable.StreamIterable
-
Deprecated.
- getStream() - Method in class uk.gov.gchq.koryphe.iterable.StreamIterator
-
Deprecated.
- getSubTypes(Class<?>) - Static method in class uk.gov.gchq.koryphe.util.ReflectionUtil
-
Get implementations of a given class.
- getSuffix() - Method in class uk.gov.gchq.koryphe.impl.function.StringAppend
-
- getThen() - Method in class uk.gov.gchq.koryphe.impl.function.If
-
- getThen() - Method in class uk.gov.gchq.koryphe.impl.predicate.If
-
- getTimeUnit() - Method in class uk.gov.gchq.koryphe.impl.function.ParseTime
-
- getTimeUnit() - Method in class uk.gov.gchq.koryphe.impl.predicate.range.AbstractInTimeRange
-
- getTimeUnit() - Method in class uk.gov.gchq.koryphe.impl.predicate.range.AbstractInTimeRangeDual
-
- getTimeZone() - Method in class uk.gov.gchq.koryphe.impl.function.ParseDate
-
- getTimeZone() - Method in class uk.gov.gchq.koryphe.impl.function.ParseTime
-
- getTimeZone() - Method in class uk.gov.gchq.koryphe.impl.predicate.range.AbstractInTimeRange
-
- getTimeZone() - Method in class uk.gov.gchq.koryphe.impl.predicate.range.AbstractInTimeRangeDual
-
- getTimeZoneAsString() - Method in class uk.gov.gchq.koryphe.impl.function.ParseDate
-
- getTimeZoneAsString() - Method in class uk.gov.gchq.koryphe.impl.function.ParseTime
-
- getTimeZoneDefault() - Static method in class uk.gov.gchq.koryphe.util.DateUtil
-
- getTimeZoneId() - Method in class uk.gov.gchq.koryphe.impl.predicate.range.AbstractInTimeRange
-
- getTimeZoneId() - Method in class uk.gov.gchq.koryphe.impl.predicate.range.AbstractInTimeRangeDual
-
- getType() - Method in class uk.gov.gchq.koryphe.impl.predicate.IsA
-
- getValue() - Method in class uk.gov.gchq.koryphe.impl.function.SetValue
-
- getValue() - Method in class uk.gov.gchq.koryphe.impl.predicate.CollectionContains
-
- getValue() - Method in class uk.gov.gchq.koryphe.impl.predicate.StringContains
-
- getValuePredicate() - Method in class uk.gov.gchq.koryphe.impl.function.MapFilter
-
- getValues() - Method in class uk.gov.gchq.koryphe.impl.predicate.AreIn
-
- getValues() - Method in class uk.gov.gchq.koryphe.tuple.MapTuple
-
- Gunzip - Class in uk.gov.gchq.koryphe.impl.function
-
A
Gunzip
is a
Function
that takes
a byte[] of gzipped data and decompresses it.
- Gunzip() - Constructor for class uk.gov.gchq.koryphe.impl.function.Gunzip
-
- Identity - Class in uk.gov.gchq.koryphe.impl.function
-
An
Identity
is a
Function
which takes
a single object as an input, and simply returns that object.
- Identity() - Constructor for class uk.gov.gchq.koryphe.impl.function.Identity
-
- idFromBaseType() - Method in class uk.gov.gchq.koryphe.serialisation.json.SimpleClassNameIdResolver
-
- idFromValue(Object) - Method in class uk.gov.gchq.koryphe.serialisation.json.SimpleClassNameIdResolver
-
- idFromValueAndType(Object, Class<?>) - Method in class uk.gov.gchq.koryphe.serialisation.json.SimpleClassNameIdResolver
-
- If<I,O> - Class in uk.gov.gchq.koryphe.impl.function
-
An
If
is a
Function
that conditionally applies one of two functions to a provided input.
- If() - Constructor for class uk.gov.gchq.koryphe.impl.function.If
-
- If<I> - Class in uk.gov.gchq.koryphe.impl.predicate
-
An
If
is a
Predicate
that conditionally applies one of two predicates to a provided input.
- If() - Constructor for class uk.gov.gchq.koryphe.impl.predicate.If
-
- If(boolean, Predicate<? super I>) - Constructor for class uk.gov.gchq.koryphe.impl.predicate.If
-
Constructs a new If
object, with a boolean condition,
and one predicate that will test the input, if the boolean condition resolves to true.
- If(boolean, Predicate<? super I>, Predicate<? super I>) - Constructor for class uk.gov.gchq.koryphe.impl.predicate.If
-
Constructs a new If
object, with a boolean condition,
one predicate to test the input if the condition is true,
and another predicate to test the input if the condition is false.
- If(Predicate<? super I>, Predicate<? super I>) - Constructor for class uk.gov.gchq.koryphe.impl.predicate.If
-
Constructs a new If
object, with an initial predicate
,
and another predicate to test the input if the initial predicate resolves to true.
- If(Predicate<? super I>, Predicate<? super I>, Predicate<? super I>) - Constructor for class uk.gov.gchq.koryphe.impl.predicate.If
-
Constructs a new If
object, with an initial predicate
,
a second predicate to test the input if the initial predicate resolves to true,
and a third predicate to test the input if the initial predicate resolves to false.
- If.SelectedBuilder - Class in uk.gov.gchq.koryphe.impl.predicate
-
- Increment - Class in uk.gov.gchq.koryphe.impl.function
-
A
Increment
is a
Function
that takes
a number and adds a given number to it.
- Increment() - Constructor for class uk.gov.gchq.koryphe.impl.function.Increment
-
- Increment(Number) - Constructor for class uk.gov.gchq.koryphe.impl.function.Increment
-
- InDateRange - Class in uk.gov.gchq.koryphe.impl.predicate.range
-
An
InDateRange
is a
Predicate
that tests if a
Comparable
is within a provided range [start, end].
- InDateRange() - Constructor for class uk.gov.gchq.koryphe.impl.predicate.range.InDateRange
-
- InDateRange.Builder - Class in uk.gov.gchq.koryphe.impl.predicate.range
-
- InDateRangeDual - Class in uk.gov.gchq.koryphe.impl.predicate.range
-
- InDateRangeDual() - Constructor for class uk.gov.gchq.koryphe.impl.predicate.range.InDateRangeDual
-
- InDateRangeDual.Builder - Class in uk.gov.gchq.koryphe.impl.predicate.range
-
- init(JavaType) - Method in class uk.gov.gchq.koryphe.serialisation.json.SimpleClassNameIdResolver
-
- initialise() - Method in class uk.gov.gchq.koryphe.impl.predicate.range.AbstractInTimeRangeDual
-
- initialise() - Method in class uk.gov.gchq.koryphe.impl.predicate.range.InRangeDual
-
- initialise() - Static method in class uk.gov.gchq.koryphe.serialisation.json.SimpleClassNameCache
-
- InputAdapted<I,AI> - Class in uk.gov.gchq.koryphe.adapted
-
An InputAdapted
class is one that applies a function to it's inputs, allowing it to be applied to
different input types.
- InputAdapted() - Constructor for class uk.gov.gchq.koryphe.adapted.InputAdapted
-
- InputAdapted(Function<I, AI>) - Constructor for class uk.gov.gchq.koryphe.adapted.InputAdapted
-
- InputValidator - Interface in uk.gov.gchq.koryphe.signature
-
- InRange<T extends Comparable<T>> - Class in uk.gov.gchq.koryphe.impl.predicate.range
-
- InRange() - Constructor for class uk.gov.gchq.koryphe.impl.predicate.range.InRange
-
- inRange(Comparable<T>, Comparable<T>, T, T, Boolean, Boolean) - Static method in class uk.gov.gchq.koryphe.util.RangeUtil
-
Checks the start and end values within a provided range.
- inRange(Comparable<T>, Comparable<T>, T, T, Boolean, Boolean, Boolean, Boolean) - Static method in class uk.gov.gchq.koryphe.util.RangeUtil
-
Checks the start and end values within a provided range.
- InRange.BaseBuilder<B extends InRange.BaseBuilder<B,R,T>,R extends InRange<T>,T extends Comparable<T>> - Class in uk.gov.gchq.koryphe.impl.predicate.range
-
- InRange.Builder<T extends Comparable<T>> - Class in uk.gov.gchq.koryphe.impl.predicate.range
-
- InRangeDual<T extends Comparable<T>> - Class in uk.gov.gchq.koryphe.impl.predicate.range
-
- InRangeDual() - Constructor for class uk.gov.gchq.koryphe.impl.predicate.range.InRangeDual
-
- InRangeDual.BaseBuilder<B extends InRangeDual.BaseBuilder<B,R,T>,R extends InRangeDual<T>,T extends Comparable<T>> - Class in uk.gov.gchq.koryphe.impl.predicate.range
-
- InRangeDual.Builder<T extends Comparable<T>> - Class in uk.gov.gchq.koryphe.impl.predicate.range
-
- IntegerTupleAdaptedPredicate - Class in uk.gov.gchq.koryphe.tuple.predicate
-
- IntegerTupleAdaptedPredicate() - Constructor for class uk.gov.gchq.koryphe.tuple.predicate.IntegerTupleAdaptedPredicate
-
- IntegerTupleAdaptedPredicate(Predicate, Integer...) - Constructor for class uk.gov.gchq.koryphe.tuple.predicate.IntegerTupleAdaptedPredicate
-
- InTimeRange - Class in uk.gov.gchq.koryphe.impl.predicate.range
-
An
InTimeRange
is a
Predicate
that tests if a
Long
representing a timestamp is within a provided range [start, end].
- InTimeRange() - Constructor for class uk.gov.gchq.koryphe.impl.predicate.range.InTimeRange
-
- InTimeRange.Builder - Class in uk.gov.gchq.koryphe.impl.predicate.range
-
- InTimeRangeDual - Class in uk.gov.gchq.koryphe.impl.predicate.range
-
- InTimeRangeDual() - Constructor for class uk.gov.gchq.koryphe.impl.predicate.range.InTimeRangeDual
-
- InTimeRangeDual.Builder - Class in uk.gov.gchq.koryphe.impl.predicate.range
-
- IsA - Class in uk.gov.gchq.koryphe.impl.predicate
-
- IsA() - Constructor for class uk.gov.gchq.koryphe.impl.predicate.IsA
-
Default constructor - used for serialisation.
- IsA(Class<?>) - Constructor for class uk.gov.gchq.koryphe.impl.predicate.IsA
-
Create an
IsA
validate that tests for instances of a given control
Class
.
- IsA(String) - Constructor for class uk.gov.gchq.koryphe.impl.predicate.IsA
-
Create an IsA
validate that tests for instances of a given control class name.
- isEllipses() - Method in class uk.gov.gchq.koryphe.impl.function.StringTruncate
-
- IsEmpty - Class in uk.gov.gchq.koryphe.impl.function
-
- IsEmpty() - Constructor for class uk.gov.gchq.koryphe.impl.function.IsEmpty
-
- IsEmptyExample - Class in uk.gov.gchq.koryphe.example.function
-
- IsEmptyExample() - Constructor for class uk.gov.gchq.koryphe.example.function.IsEmptyExample
-
- isEndFullyContained() - Method in class uk.gov.gchq.koryphe.impl.predicate.range.AbstractInTimeRangeDual
-
- isEndFullyContained() - Method in class uk.gov.gchq.koryphe.impl.predicate.range.InRangeDual
-
- isEndInclusive() - Method in class uk.gov.gchq.koryphe.impl.predicate.range.AbstractInTimeRange
-
- isEndInclusive() - Method in class uk.gov.gchq.koryphe.impl.predicate.range.AbstractInTimeRangeDual
-
- isEndInclusive() - Method in class uk.gov.gchq.koryphe.impl.predicate.range.InRange
-
- isEndInclusive() - Method in class uk.gov.gchq.koryphe.impl.predicate.range.InRangeDual
-
- IsEqual - Class in uk.gov.gchq.koryphe.impl.predicate
-
An
IsEqual
is a
Predicate
that checks that the input is
equal to a control value.
- IsEqual() - Constructor for class uk.gov.gchq.koryphe.impl.predicate.IsEqual
-
- IsEqual(Object) - Constructor for class uk.gov.gchq.koryphe.impl.predicate.IsEqual
-
- IsFalse - Class in uk.gov.gchq.koryphe.impl.predicate
-
An
IsFalse
is a
Predicate
that checks that the input boolean is
false.
- IsFalse() - Constructor for class uk.gov.gchq.koryphe.impl.predicate.IsFalse
-
- IsIn - Class in uk.gov.gchq.koryphe.impl.predicate
-
An
IsIn
is a
Predicate
that checks that the input is
in a set of allowed values.
- IsIn() - Constructor for class uk.gov.gchq.koryphe.impl.predicate.IsIn
-
- IsIn(Collection<Object>) - Constructor for class uk.gov.gchq.koryphe.impl.predicate.IsIn
-
- IsIn(Object...) - Constructor for class uk.gov.gchq.koryphe.impl.predicate.IsIn
-
- isInputValid(Class<?>...) - Method in class uk.gov.gchq.koryphe.impl.function.Length
-
- isInputValid(Class<?>...) - Method in class uk.gov.gchq.koryphe.impl.predicate.IsLessThan
-
- isInputValid(Class<?>...) - Method in class uk.gov.gchq.koryphe.impl.predicate.IsLongerThan
-
- isInputValid(Class<?>...) - Method in class uk.gov.gchq.koryphe.impl.predicate.IsMoreThan
-
- isInputValid(Class<?>...) - Method in class uk.gov.gchq.koryphe.impl.predicate.IsShorterThan
-
- isInputValid(Class<?>...) - Method in class uk.gov.gchq.koryphe.impl.predicate.IsXLessThanY
-
- isInputValid(Class<?>...) - Method in class uk.gov.gchq.koryphe.impl.predicate.IsXMoreThanY
-
- isInputValid(Class<?>...) - Method in class uk.gov.gchq.koryphe.impl.predicate.Not
-
- isInputValid(Class<?>...) - Method in class uk.gov.gchq.koryphe.predicate.PredicateComposite
-
- isInputValid(Class<?>...) - Method in interface uk.gov.gchq.koryphe.signature.InputValidator
-
- isInputValid(Class<?>...) - Method in class uk.gov.gchq.koryphe.tuple.predicate.IntegerTupleAdaptedPredicate
-
- IsLessThan - Class in uk.gov.gchq.koryphe.impl.predicate
-
An
IsLessThan
is a
Predicate
that checks that the input
Comparable
is less than a control value.
- IsLessThan() - Constructor for class uk.gov.gchq.koryphe.impl.predicate.IsLessThan
-
- IsLessThan(Comparable<?>) - Constructor for class uk.gov.gchq.koryphe.impl.predicate.IsLessThan
-
- IsLessThan(Comparable, boolean) - Constructor for class uk.gov.gchq.koryphe.impl.predicate.IsLessThan
-
- IsLongerThan - Class in uk.gov.gchq.koryphe.impl.predicate
-
An
IsLongerThan
is a
Predicate
that checks that the input
object has a length more than a minimum length.
- IsLongerThan() - Constructor for class uk.gov.gchq.koryphe.impl.predicate.IsLongerThan
-
- IsLongerThan(int) - Constructor for class uk.gov.gchq.koryphe.impl.predicate.IsLongerThan
-
- IsLongerThan(int, boolean) - Constructor for class uk.gov.gchq.koryphe.impl.predicate.IsLongerThan
-
- isMicroseconds() - Method in class uk.gov.gchq.koryphe.impl.function.ParseDate
-
- IsMoreThan - Class in uk.gov.gchq.koryphe.impl.predicate
-
An
IsMoreThan
is a
Predicate
that checks that the input
Comparable
is more than a control value.
- IsMoreThan() - Constructor for class uk.gov.gchq.koryphe.impl.predicate.IsMoreThan
-
- IsMoreThan(Comparable<?>) - Constructor for class uk.gov.gchq.koryphe.impl.predicate.IsMoreThan
-
- IsMoreThan(Comparable, boolean) - Constructor for class uk.gov.gchq.koryphe.impl.predicate.IsMoreThan
-
- IsMoreThanExample - Class in uk.gov.gchq.koryphe.example.predicate
-
- IsMoreThanExample() - Constructor for class uk.gov.gchq.koryphe.example.predicate.IsMoreThanExample
-
- isOrEqualTo() - Method in class uk.gov.gchq.koryphe.impl.predicate.IsLongerThan
-
- isOrEqualTo() - Method in class uk.gov.gchq.koryphe.impl.predicate.IsShorterThan
-
- isOutputValid(Class<?>...) - Method in interface uk.gov.gchq.koryphe.signature.OutputValidator
-
- isPublicConcrete(Class) - Static method in class uk.gov.gchq.koryphe.util.ReflectionUtil
-
- isQuoted() - Method in class uk.gov.gchq.koryphe.impl.function.CsvLinesToMaps
-
- isQuoted() - Method in class uk.gov.gchq.koryphe.impl.function.CsvToMaps
-
- IsShorterThan - Class in uk.gov.gchq.koryphe.impl.predicate
-
An
IsShorterThan
is a
Predicate
that checks that the input
object has a length less than a maximum length.
- IsShorterThan() - Constructor for class uk.gov.gchq.koryphe.impl.predicate.IsShorterThan
-
- IsShorterThan(int) - Constructor for class uk.gov.gchq.koryphe.impl.predicate.IsShorterThan
-
- IsShorterThan(int, boolean) - Constructor for class uk.gov.gchq.koryphe.impl.predicate.IsShorterThan
-
- isStartFullyContained() - Method in class uk.gov.gchq.koryphe.impl.predicate.range.AbstractInTimeRangeDual
-
- isStartFullyContained() - Method in class uk.gov.gchq.koryphe.impl.predicate.range.InRangeDual
-
- isStartInclusive() - Method in class uk.gov.gchq.koryphe.impl.predicate.range.AbstractInTimeRange
-
- isStartInclusive() - Method in class uk.gov.gchq.koryphe.impl.predicate.range.AbstractInTimeRangeDual
-
- isStartInclusive() - Method in class uk.gov.gchq.koryphe.impl.predicate.range.InRange
-
- isStartInclusive() - Method in class uk.gov.gchq.koryphe.impl.predicate.range.InRangeDual
-
- IsTrue - Class in uk.gov.gchq.koryphe.impl.predicate
-
An
IsTrue
is a
Predicate
that checks that the input boolean is
true.
- IsTrue() - Constructor for class uk.gov.gchq.koryphe.impl.predicate.IsTrue
-
- isUseFullNameForSerialisation() - Static method in class uk.gov.gchq.koryphe.serialisation.json.SimpleClassNameCache
-
- isValid() - Method in class uk.gov.gchq.koryphe.ValidationResult
-
- IsXLessThanY - Class in uk.gov.gchq.koryphe.impl.predicate
-
- IsXLessThanY() - Constructor for class uk.gov.gchq.koryphe.impl.predicate.IsXLessThanY
-
- IsXMoreThanY - Class in uk.gov.gchq.koryphe.impl.predicate
-
- IsXMoreThanY() - Constructor for class uk.gov.gchq.koryphe.impl.predicate.IsXMoreThanY
-
- IterableConcat<I_ITEM> - Class in uk.gov.gchq.koryphe.impl.function
-
- IterableConcat() - Constructor for class uk.gov.gchq.koryphe.impl.function.IterableConcat
-
- IterableConcatExample - Class in uk.gov.gchq.koryphe.example.function.iterable
-
- IterableConcatExample() - Constructor for class uk.gov.gchq.koryphe.example.function.iterable.IterableConcatExample
-
- IterableFilter<I_ITEM> - Class in uk.gov.gchq.koryphe.impl.function
-
- IterableFilter() - Constructor for class uk.gov.gchq.koryphe.impl.function.IterableFilter
-
- IterableFilter(Predicate) - Constructor for class uk.gov.gchq.koryphe.impl.function.IterableFilter
-
- IterableFlatten<I_ITEM> - Class in uk.gov.gchq.koryphe.impl.function
-
- IterableFlatten() - Constructor for class uk.gov.gchq.koryphe.impl.function.IterableFlatten
-
- IterableFlatten(BinaryOperator<I_ITEM>) - Constructor for class uk.gov.gchq.koryphe.impl.function.IterableFlatten
-
- IterableFunction<I_ITEM,O_ITEM> - Class in uk.gov.gchq.koryphe.impl.function
-
- IterableFunction() - Constructor for class uk.gov.gchq.koryphe.impl.function.IterableFunction
-
- IterableFunction(Function) - Constructor for class uk.gov.gchq.koryphe.impl.function.IterableFunction
-
- IterableFunction(List<Function>) - Constructor for class uk.gov.gchq.koryphe.impl.function.IterableFunction
-
- IterableFunction.Builder<I_ITEM> - Class in uk.gov.gchq.koryphe.impl.function
-
- IterableFunction.OutputBuilder<I_ITEM,O_ITEM> - Class in uk.gov.gchq.koryphe.impl.function
-
- IterableFunctionExample - Class in uk.gov.gchq.koryphe.example.function.iterable
-
- IterableFunctionExample() - Constructor for class uk.gov.gchq.koryphe.example.function.iterable.IterableFunctionExample
-
- IterableLongest - Class in uk.gov.gchq.koryphe.impl.function
-
An
IterableLongest
is a
Function
which evaluates the length of each item in the
input Iterable and returns the longest item.
- IterableLongest() - Constructor for class uk.gov.gchq.koryphe.impl.function.IterableLongest
-
- IterableUtil - Class in uk.gov.gchq.koryphe.util
-
An
IterableUtil
is a utility class providing capabilities for:
Lazily applying a
Function
, or a
List
of
Function
s,
to each element of an
Iterable
Flatmapping of nested
Iterable
s via concatenation, to allow correct closing of the iterables
- iterator() - Method in interface uk.gov.gchq.koryphe.iterable.CloseableIterable
-
Deprecated.
- iterator() - Method in class uk.gov.gchq.koryphe.iterable.StreamIterable
-
Deprecated.
- iterator() - Method in class uk.gov.gchq.koryphe.tuple.ArrayTuple
-
- iterator() - Method in class uk.gov.gchq.koryphe.tuple.MapTuple
-
- iterator() - Method in class uk.gov.gchq.koryphe.tuple.ReferenceArrayTuple
-
- iterator() - Method in interface uk.gov.gchq.koryphe.tuple.Tuple
-