public final class org.eclipse.collections.impl.block.factory.Functions$ByteFunctionChain<T1, T2> implements org.eclipse.collections.api.block.function.primitive.ByteFunction<T1>
  minor version: 0
  major version: 59
  flags: flags: (0x0031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER
  this_class: org.eclipse.collections.impl.block.factory.Functions$ByteFunctionChain
  super_class: java.lang.Object
{
  private static final long serialVersionUID;
    descriptor: J
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 1

  private final org.eclipse.collections.api.block.function.Function<T1, T2> function1;
    descriptor: Lorg/eclipse/collections/api/block/function/Function;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Signature: Lorg/eclipse/collections/api/block/function/Function<TT1;TT2;>;

  private final org.eclipse.collections.api.block.function.primitive.ByteFunction<? super T2> function2;
    descriptor: Lorg/eclipse/collections/api/block/function/primitive/ByteFunction;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Signature: Lorg/eclipse/collections/api/block/function/primitive/ByteFunction<-TT2;>;

  private void <init>(org.eclipse.collections.api.block.function.Function<T1, T2>, org.eclipse.collections.api.block.function.primitive.ByteFunction<? super T2>);
    descriptor: (Lorg/eclipse/collections/api/block/function/Function;Lorg/eclipse/collections/api/block/function/primitive/ByteFunction;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // org.eclipse.collections.impl.block.factory.Functions$ByteFunctionChain this
        start local 1 // org.eclipse.collections.api.block.function.Function function1
        start local 2 // org.eclipse.collections.api.block.function.primitive.ByteFunction function2
         0: .line 933
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 935
            aload 0 /* this */
            aload 1 /* function1 */
            putfield org.eclipse.collections.impl.block.factory.Functions$ByteFunctionChain.function1:Lorg/eclipse/collections/api/block/function/Function;
         2: .line 936
            aload 0 /* this */
            aload 2 /* function2 */
            putfield org.eclipse.collections.impl.block.factory.Functions$ByteFunctionChain.function2:Lorg/eclipse/collections/api/block/function/primitive/ByteFunction;
         3: .line 937
            return
        end local 2 // org.eclipse.collections.api.block.function.primitive.ByteFunction function2
        end local 1 // org.eclipse.collections.api.block.function.Function function1
        end local 0 // org.eclipse.collections.impl.block.factory.Functions$ByteFunctionChain this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    4     0       this  Lorg/eclipse/collections/impl/block/factory/Functions$ByteFunctionChain<TT1;TT2;>;
            0    4     1  function1  Lorg/eclipse/collections/api/block/function/Function<TT1;TT2;>;
            0    4     2  function2  Lorg/eclipse/collections/api/block/function/primitive/ByteFunction<-TT2;>;
    Signature: (Lorg/eclipse/collections/api/block/function/Function<TT1;TT2;>;Lorg/eclipse/collections/api/block/function/primitive/ByteFunction<-TT2;>;)V
    MethodParameters:
           Name  Flags
      function1  
      function2  

  public byte byteValueOf();
    descriptor: (Ljava/lang/Object;)B
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.eclipse.collections.impl.block.factory.Functions$ByteFunctionChain this
        start local 1 // java.lang.Object object
         0: .line 942
            aload 0 /* this */
            getfield org.eclipse.collections.impl.block.factory.Functions$ByteFunctionChain.function2:Lorg/eclipse/collections/api/block/function/primitive/ByteFunction;
            aload 0 /* this */
            getfield org.eclipse.collections.impl.block.factory.Functions$ByteFunctionChain.function1:Lorg/eclipse/collections/api/block/function/Function;
            aload 1 /* object */
            invokeinterface org.eclipse.collections.api.block.function.Function.valueOf:(Ljava/lang/Object;)Ljava/lang/Object;
            invokeinterface org.eclipse.collections.api.block.function.primitive.ByteFunction.byteValueOf:(Ljava/lang/Object;)B
            ireturn
        end local 1 // java.lang.Object object
        end local 0 // org.eclipse.collections.impl.block.factory.Functions$ByteFunctionChain this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    1     0    this  Lorg/eclipse/collections/impl/block/factory/Functions$ByteFunctionChain<TT1;TT2;>;
            0    1     1  object  TT1;
    Signature: (TT1;)B
    MethodParameters:
        Name  Flags
      object  
}
Signature: <T1:Ljava/lang/Object;T2:Ljava/lang/Object;>Ljava/lang/Object;Lorg/eclipse/collections/api/block/function/primitive/ByteFunction<TT1;>;
SourceFile: "Functions.java"
NestHost: org.eclipse.collections.impl.block.factory.Functions
InnerClasses:
  public final ByteFunctionChain = org.eclipse.collections.impl.block.factory.Functions$ByteFunctionChain of org.eclipse.collections.impl.block.factory.Functions