Class CharSeqFunctions

java.lang.Object
com.fluxtion.ext.streaming.api.stream.CharSeqFunctions

public class CharSeqFunctions
extends java.lang.Object
Author:
Greg Higgins [email protected]
  • Nested Class Summary

    Nested Classes 
    Modifier and Type Class Description
    static class  CharSeqFunctions.SubSeq  
    static class  CharSeqFunctions.SubSeqBefore  
  • Constructor Summary

    Constructors 
    Constructor Description
    CharSeqFunctions()  
  • Method Summary

    Modifier and Type Method Description
    static <T extends java.lang.CharSequence>
    com.fluxtion.api.partition.LambdaReflection.SerializableFunction<T,​java.lang.CharSequence>
    subSeqBefore​(char serachChar)  
    static <T extends java.lang.CharSequence>
    com.fluxtion.api.partition.LambdaReflection.SerializableFunction<T,​java.lang.CharSequence>
    subSequence​(int start, int end)  
    static <T extends java.lang.CharSequence>
    com.fluxtion.api.partition.LambdaReflection.SerializableFunction<T,​java.lang.String>
    subString​(int start, int end)  
    static <T extends java.lang.CharSequence>
    com.fluxtion.api.partition.LambdaReflection.SerializableFunction<T,​java.lang.String>
    subStringBefore​(char serachChar)  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

  • Method Details

    • subSequence

      public static <T extends java.lang.CharSequence> com.fluxtion.api.partition.LambdaReflection.SerializableFunction<T,​java.lang.CharSequence> subSequence​(int start, int end)
    • subString

      public static <T extends java.lang.CharSequence> com.fluxtion.api.partition.LambdaReflection.SerializableFunction<T,​java.lang.String> subString​(int start, int end)
    • subSeqBefore

      public static <T extends java.lang.CharSequence> com.fluxtion.api.partition.LambdaReflection.SerializableFunction<T,​java.lang.CharSequence> subSeqBefore​(char serachChar)
    • subStringBefore

      public static <T extends java.lang.CharSequence> com.fluxtion.api.partition.LambdaReflection.SerializableFunction<T,​java.lang.String> subStringBefore​(char serachChar)